-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Migrate GCC CI jobs to run on GCC 11, 12, and 13 #6865
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
- used environment is updated to ubuntu-22.04 - support for GCC 8, 9, and 10 is dropped
|
Finds the following misaligned access: |
|
And this seems to be the offending piece of code. Apparently the lambdas need to be 64 byte (not bit) aligned: |
|
@DennisOSRM AFAIR there is should be a way to suppress it for the time being if you don't want to invest time into it right now... |
Good point. I'll timebox the investigation 😉 |
This reverts commit 177b2b6.
Uh oh!
There was an error while loading. Please reload this page.