tests: Add compiler test for gcc 13 (#858)

Change-Id: I41bdf3ab7ffff21c4148ef17fc5229b5597ec953
This commit is contained in:
Harshil Patel
2024-02-26 15:03:14 -08:00
committed by GitHub
parent 1990186170
commit 920497c19f
3 changed files with 61 additions and 3 deletions

View File

@@ -65,6 +65,11 @@ services:
args:
- version=12
image: gcr.io/gem5-test/gcc-version-12:latest
gcc-13:
build:
context: ubuntu-22.04_gcc_13-version
dockerfile: Dockerfile
image: gcr.io/gem5-test/gcc-version-13:latest
clang-7:
build:
context: ubuntu-20.04_clang-version