mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
CI: always uninstall icc
This commit is contained in:
@@ -450,4 +450,4 @@ script:
|
|||||||
- if test ${PART-2} = 2; then make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || { cat tests/testsuite.log && false; }; fi
|
- if test ${PART-2} = 2; then make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || { cat tests/testsuite.log && false; }; fi
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- if [[ $CC == "icc" ]]; then uninstall_intel_software || true; fi
|
- uninstall_intel_software || true
|
||||||
|
|||||||
Reference in New Issue
Block a user