util-docker: Remove GCC Version 9 from Dockerfiles

As we are no longer testing for GCC Version 9, we no longer need to
compile these Docker images.

Change-Id: Ia8fc712043ce211ff46da47fdce691a67ecdbb54
This commit is contained in:
Bobby R. Bruce
2023-11-13 01:29:56 -08:00
parent eaec1a7146
commit c40c4450f5
2 changed files with 1 additions and 8 deletions

View File

@@ -44,13 +44,6 @@ services:
args:
- version=8
image: gcr.io/gem5-test/gcc-version-8:latest
gcc-9:
build:
context: ubuntu-20.04_gcc-version
dockerfile: Dockerfile
args:
- version=9
image: gcr.io/gem5-test/gcc-version-9:latest
gcc-10:
build:
context: ubuntu-20.04_gcc-version

View File

@@ -28,7 +28,7 @@ FROM --platform=${BUILDPLATFORM} ubuntu:20.04
# Valid version values:
# 7
# 8
# 9
# 9 # Not supported. See: https://github.com/gem5/gem5/issues/555.
# 10
ARG version