diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index bf1d281853..699d134e0d 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -10,7 +10,8 @@ gem5_root="${dir}/.." build_dir="${gem5_root}/build" # All Docker images in the gem5 testing GCR which we want to compile with. -images=("gcc-version-10" +images=("gcc-version-11" + "gcc-version-10" "gcc-version-9" "gcc-version-8" "gcc-version-7" @@ -29,7 +30,7 @@ images=("gcc-version-10" # A subset of the above list: these images will build against every target, # ignoring builds_per_compiler. -comprehensive=("gcc-version-10" +comprehensive=("gcc-version-11") "clang-version-11") # All build targets in build_opt/ which we want to build using each image.