-
Notifications
You must be signed in to change notification settings - Fork 283
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
Fix thrid party compilation with gcc 11 or higher #1416
Conversation
The [fix](bazelbuild/bazel#12702) was available
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hi, @Koisell, thanks for PR. I see that Are you willing to go over lint failures? |
While compiling I get
bazel build ijar as rules_scala requests it. I will have a look on lint errors 😉 |
I pull a build based on bazel 5. Shouldn't we try using it in CI/CD ? |
closing as stale, feel free to reopen |
The fix was available
Description
Since gcc 11 some headers are mandatory to build ijar third party.
Motivation
I use fedora 35 and so I have gcc 12 and my code doesn't build anymore.