util-docker: Remove GCC-8 from docker-compose.yaml

Change-Id: Ia1aba03412b138b05b569b08a146a2123f7142e4
This commit is contained in:
Bobby R. Bruce
2024-05-20 06:23:28 -07:00
parent 2b3beb92ff
commit 321c34d0bd

View File

@@ -42,13 +42,6 @@ services:
context: ubuntu-24.04_min-dependencies
dockerfile: Dockerfile
image: ghcr.io/gem5/ubuntu-24.04_min-dependencies:latest
gcc-8:
build:
context: ubuntu-20.04_gcc-version
dockerfile: Dockerfile
args:
- version=8
image: ghcr.io/gem5/gcc-version-8:latest
gcc-10:
build:
context: ubuntu-20.04_gcc-version