Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57430 )

Change subject: tests,util-docker: Add clang-12 to the compiler tests
......................................................................

tests,util-docker: Add clang-12 to the compiler tests

Change-Id: I07f37df42b370677f4a5f4cd948b7680d551a5ab
---
M tests/compiler-tests.sh
M util/dockerfiles/docker-compose.yaml
M util/dockerfiles/ubuntu-20.04_clang-version/Dockerfile
3 files changed, 19 insertions(+), 1 deletion(-)



diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh
index 15ffb16..292d661 100755
--- a/tests/compiler-tests.sh
+++ b/tests/compiler-tests.sh
@@ -15,6 +15,7 @@
         "gcc-version-9"
         "gcc-version-8"
         "gcc-version-7"
+        "clang-version-12"
         "clang-version-11"
         "clang-version-10"
         "clang-version-9"
@@ -31,7 +32,7 @@
 # A subset of the above list: these images will build against every target,
 # ignoring builds_per_compiler.
 comprehensive=("gcc-version-11"
-               "clang-version-11")
+               "clang-version-12")

 # All build targets in build_opt/ which we want to build using each image.
 builds=("ARM"
diff --git a/util/dockerfiles/docker-compose.yaml b/util/dockerfiles/docker-compose.yaml
index 035fea4..bcae58a 100644
--- a/util/dockerfiles/docker-compose.yaml
+++ b/util/dockerfiles/docker-compose.yaml
@@ -103,4 +103,11 @@
             args:
                 - version=11
         image: gcr.io/gem5-test/clang-version-11
+    clang-12:
+        build:
+            context: ubuntu-20.04_clang-version
+            dockerfile: Dockerfile
+            args:
+                - version=12
+        image: gcr.io/gem5-test/clang-version-12

diff --git a/util/dockerfiles/ubuntu-20.04_clang-version/Dockerfile b/util/dockerfiles/ubuntu-20.04_clang-version/Dockerfile
index 447a4dd..534291b 100644
--- a/util/dockerfiles/ubuntu-20.04_clang-version/Dockerfile
+++ b/util/dockerfiles/ubuntu-20.04_clang-version/Dockerfile
@@ -32,6 +32,7 @@
 # 9
 # 10
 # 11
+# 12
 ARG version

 ENV DEBIAN_FRONTEND=noninteractive

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/57430
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: I07f37df42b370677f4a5f4cd948b7680d551a5ab
Gerrit-Change-Number: 57430
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to