-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add fedora39 to CI platforms #20405
Add fedora39 to CI platforms #20405
Conversation
//CC @meteorcloudy This is related to bazelbuild/continuous-integration#1593 and bazelbuild/continuous-integration#1639. Is this the right approach to verify Bazel itself on Fedora 39, like we did for |
You'll have to also add the same config in the presubmit.yml file. I'm fine with testing on fedora 39, but can we only test building Bazel itself and exclude running all tests? Since we have limited CI resources and running the whole test suite is quite expensive. |
Done.
Done. |
cec510d
to
0d300fc
Compare
Fedora39 is shipping GCC 13, modern C/C++ toolchain, so that adding it to CI platforms would help to detect breakages earlier, that related to modern C/C++ toolchains.
0d300fc
to
743f573
Compare
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.
Thank you!
Fedora 39 is shipping GCC 13, modern C/C++ toolchain, so that adding it to CI platforms would help to detect breakages earlier, that related to modern C/C++ toolchains. Closes #20405. PiperOrigin-RevId: 587697147 Change-Id: Ib5adf1579991a85f1e2994fb86b1b9e7b25bad7f
Fedora 39 is shipping GCC 13, modern C/C++ toolchain, so that adding it to CI platforms would help to detect breakages earlier, that related to modern C/C++ toolchains.