Skip to content

Commit

Permalink
Add CI job with GCC 14 (#6905)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou authored May 27, 2024
1 parent 9aaab7a commit d4dc297
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,16 @@ jobs:
CXXCOMPILER: clang++-15
ENABLE_CONAN: ON

- name: gcc-14-release
continue-on-error: false
node: 20
runs-on: ubuntu-24.04
BUILD_TOOLS: ON
BUILD_TYPE: Release
CCOMPILER: gcc-14
CXXCOMPILER: g++-14
CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'

- name: gcc-13-release
continue-on-error: false
node: 20
Expand Down

0 comments on commit d4dc297

Please sign in to comment.