tests,util: Remove Clang Versions <6 from Docker Build

cloud_create_image.yaml is used by Google Cloud build to build the
docker images for the gem5 project. We no longer support Clang versions
<6: https://gem5-review.googlesource.com/c/public/gem5/+/45621. As such
we no longer need to build the image for Clang versions 3.9, 4, and 5.
These were primarily used for the compiler tests, which have been
updated to only test Clang versions >=6.

Change-Id: I0c41cf0f189b4e24976f19a519018f3c9e87bb90
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45680
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2021-05-18 09:36:44 -07:00
parent c01c299ace
commit d3a1265324

View File

@@ -59,27 +59,6 @@ steps:
'--build-arg', 'version=10',
'util/dockerfiles/ubuntu-20.04_gcc-version']
- name: 'gcr.io/cloud-builders/docker'
args: ['build',
'-t',
'gcr.io/$PROJECT_ID/clang-version-3.9:latest',
'--build-arg', 'version=3.9',
'util/dockerfiles/ubuntu-18.04_clang-version']
- name: 'gcr.io/cloud-builders/docker'
args: ['build',
'-t',
'gcr.io/$PROJECT_ID/clang-version-4.0:latest',
'--build-arg', 'version=4.0',
'util/dockerfiles/ubuntu-18.04_clang-version']
- name: 'gcr.io/cloud-builders/docker'
args: ['build',
'-t',
'gcr.io/$PROJECT_ID/clang-version-5.0:latest',
'--build-arg', 'version=5.0',
'util/dockerfiles/ubuntu-18.04_clang-version']
- name: 'gcr.io/cloud-builders/docker'
args: ['build',
'-t',
@@ -123,9 +102,6 @@ images: ['gcr.io/$PROJECT_ID/ubuntu-20.04_all-dependencies:latest',
'gcr.io/$PROJECT_ID/gcc-version-8:latest',
'gcr.io/$PROJECT_ID/gcc-version-9:latest',
'gcr.io/$PROJECT_ID/gcc-version-10:latest',
'gcr.io/$PROJECT_ID/clang-version-3.9:latest',
'gcr.io/$PROJECT_ID/clang-version-4.0:latest',
'gcr.io/$PROJECT_ID/clang-version-5.0:latest',
'gcr.io/$PROJECT_ID/clang-version-6.0:latest',
'gcr.io/$PROJECT_ID/clang-version-7:latest',
'gcr.io/$PROJECT_ID/clang-version-8:latest',