-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add CI job which builds OSRM with gcc 12 #6455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a04bf31 to
6241e43
Compare
| CCOMPILER: gcc-12 | ||
| CXXCOMPILER: g++-12 | ||
| ENABLE_BENCHMARKS: ON | ||
| CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)
DennisOSRM
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it
Issue
Adds CI job with Gcc 12.
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?