Skip to content

Commit 10c3cf4

Browse files
committed
[github-ci][gcc] bump the minimum compiler to 11.3
7.5.0 is pretty long in the tooth and it's getting harder to keep supporting it. 11.3 seems to be a nice new baseline since it defines C++17 as the default and supports all of ARMs ACLE as well as fairly modern riscv support.
1 parent b1060c3 commit 10c3cf4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
toolchain-ver: [15.2.0, 7.5.0]
21+
toolchain-ver: [15.2.0, 11.3.0]
2222
debug: [2, 0]
2323
ubsan: [1, 0]
2424
arch:
@@ -44,15 +44,6 @@ jobs:
4444
arch: mips
4545
- ubsan: 1
4646
arch: or1k
47-
# no toolchain for 7.5.0 for or1k
48-
- arch: or1k
49-
toolchain-ver: 7.5.0
50-
# building newer riscv stuff on 7.5.0 is fairly difficult due to
51-
# lack of certain extensions
52-
- arch: riscv32
53-
toolchain-ver: 7.5.0
54-
- arch: riscv64
55-
toolchain-ver: 7.5.0
5647

5748
env:
5849
ARCH: ${{ matrix.arch }}

0 commit comments

Comments
 (0)