Skip to content

Commit d4dc297

Browse files
Add CI job with GCC 14 (#6905)
1 parent 9aaab7a commit d4dc297

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@ jobs:
245245
CXXCOMPILER: clang++-15
246246
ENABLE_CONAN: ON
247247

248+
- name: gcc-14-release
249+
continue-on-error: false
250+
node: 20
251+
runs-on: ubuntu-24.04
252+
BUILD_TOOLS: ON
253+
BUILD_TYPE: Release
254+
CCOMPILER: gcc-14
255+
CXXCOMPILER: g++-14
256+
CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
257+
248258
- name: gcc-13-release
249259
continue-on-error: false
250260
node: 20

0 commit comments

Comments
 (0)