diff --git a/tests/jenkins/presubmit.sh b/tests/jenkins/presubmit.sh index 7b59f55fb6..e7274ee870 100755 --- a/tests/jenkins/presubmit.sh +++ b/tests/jenkins/presubmit.sh @@ -65,10 +65,11 @@ docker run -u $UID:$GID --volume $(pwd):$(pwd) -w $(pwd) --rm \ # DOCKER_IMAGE_ALL_DEP compiles gem5.opt with GCC. We run a compilation of # gem5.fast on the Clang compiler to ensure changes are compilable with the -# clang compiler. Due to the costs of compilation, we only compile X86 -# at this point. Further compiler tests are carried out as part of our weekly -# "Compiler Checks" tests: http://jenkins.gem5.org/job/Compiler-Checks. +# clang compiler. Due to the costs of compilation, we only compile +# ARM_MESI_Three_Level_HTM at this point. Further compiler tests are carried +# out as part of our weekly "Compiler Checks" tests: +# http://jenkins.gem5.org/job/Compiler-Checks. rm -rf build docker run -u $UID:$GID --volume $(pwd):$(pwd) -w $(pwd) --rm \ "${DOCKER_IMAGE_CLANG_COMPILE}" /usr/bin/env python3 /usr/bin/scons \ - build/X86/gem5.fast -j4 --no-compress-debug + build/ARM_MESI_Three_Level_HTM/gem5.fast -j4 --no-compress-debug