tests: Add GCC-11 to the compiler tests
Change-Id: I3701e850433b597fb0d6d06e058a21607e4efc88 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50749 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user