Bobby R. Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/30515 )
Change subject: util,tests: Added gcc version 10 to compiler tests
......................................................................
util,tests: Added gcc version 10 to compiler tests
In addition, gcc version 9 has been added, which was previously
served by "ubuntu-20.04_all-dependencies".
Change-Id: I57aeac2aa75b7751f0d4010efee7780e23d447d4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30515
Reviewed-by: Daniel Carvalho <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
---
M util/compiler-tests.sh
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
Daniel Carvalho: Looks good to me, but someone else must approve
kokoro: Regressions pass
diff --git a/util/compiler-tests.sh b/util/compiler-tests.sh
index 01db818..30ce637 100755
--- a/util/compiler-tests.sh
+++ b/util/compiler-tests.sh
@@ -11,13 +11,14 @@
num_cores=`nproc`
# All Docker images in the gem5 testing GCR which we want to compile with.
-images=("ubuntu-20.04_all-dependencies" # Uses GCC-9
- "clang-version-9"
+images=("gcc-version-10"
+ "gcc-version-9"
"gcc-version-8"
"gcc-version-7"
"gcc-version-6"
"gcc-version-5"
"gcc-version-4.8"
+ "clang-version-9"
"clang-version-8"
"clang-version-7"
"clang-version-6.0"
@@ -27,7 +28,7 @@
# A subset of the above list: these images will build against every target,
# ignoring builds_per_compiler.
-comprehensive=("ubuntu-20.04_all-dependencies"
+comprehensive=("gcc-version-10"
"clang-version-9")
# All build targets in build_opt/ which we want to build using each image.
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30515
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I57aeac2aa75b7751f0d4010efee7780e23d447d4
Gerrit-Change-Number: 30515
Gerrit-PatchSet: 7
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Hoa Nguyen <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Matthew Poremba <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s