Add CI job which builds OSRM with gcc 12#6455
Merged
SiarheiFedartsou merged 8 commits intomasterfrom Nov 28, 2022
Merged
Conversation
a04bf31 to
6241e43
Compare
| CCOMPILER: gcc-12 | ||
| CXXCOMPILER: g++-12 | ||
| ENABLE_BENCHMARKS: ON | ||
| CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized' |
Member
Author
There was a problem hiding this comment.
Had to disable a couple of warnings as some of thirdparty dependencies(sol2 in particular) don't compile otherwise - probably we have some misconfiguration as in general warnings in third party deps shouldn't bother us, but for now it is easier option(at least for now we have some build with gcc 12 and afterwards we can try to understand what is wrong with sol2)
mattwigway
pushed a commit
to mattwigway/osrm-backend
that referenced
this pull request
Jul 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Adds CI job with Gcc 12.
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?