util-docker,tests: Up clang support: >=v10
The compiler tests are failing to to a compile bug in Clang 7: https://github.com/gem5/gem5/actions/runs/10170081794 Given Ubuntu 20.04 APT installs v10 by default (i.e., with `apt install clang`). This is the oldest LTS Ubuntu version. It therefore seems sensible to drop support for older (<v10) versions of clang. Change-Id: I4c48223b80306422beac1464c09f03397c156ba1
This commit is contained in:
4
.github/workflows/compiler-tests.yaml
vendored
4
.github/workflows/compiler-tests.yaml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image: [gcc-version-13, gcc-version-12, gcc-version-11, gcc-version-10, clang-version-16, clang-version-15, clang-version-14, clang-version-13,
|
||||
clang-version-12, clang-version-11, clang-version-10, clang-version-9, clang-version-8, clang-version-7, ubuntu-20.04_all-dependencies,
|
||||
ubuntu-22.04_all-dependencies, ubuntu-24.04_all-dependencies, ubuntu-24.04_min-dependencies]
|
||||
clang-version-12, clang-version-11, clang-version-10 ubuntu-20.04_all-dependencies, ubuntu-22.04_all-dependencies, ubuntu-24.04_all-dependencies,
|
||||
ubuntu-24.04_min-dependencies]
|
||||
opts: [.opt, .fast]
|
||||
runs-on: [self-hosted, linux, x64]
|
||||
timeout-minutes: 2880 # 48 hours
|
||||
|
||||
Reference in New Issue
Block a user