Closed
Conversation
Contributor
Author
|
//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 |
Member
|
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. |
Contributor
Author
Done.
Done. |
cec510d to
0d300fc
Compare
meteorcloudy
requested changes
Dec 4, 2023
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
Wyverald
pushed a commit
that referenced
this pull request
Jan 3, 2024
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
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.
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.