Upgrade runners and restore Arch Linux Bazel job#52
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Upgrade runners and restore Arch Linux Bazel job#52renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| C & C++ | May 4, 2026 10:23p.m. | Review ↗ | |
| Docker | May 4, 2026 10:23p.m. | Review ↗ | |
| Secrets | May 4, 2026 10:23p.m. | Review ↗ | |
| Python | May 4, 2026 10:23p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
7d6e545 to
0c4dcd9
Compare
e261fe6 to
90b67f2
Compare
90b67f2 to
c01dbb4
Compare
c01dbb4 to
1004b48
Compare
2d8a2a5 to
681f590
Compare
862f9c6 to
ec04bdf
Compare
9a17f85 to
11cc76a
Compare
1ab4831 to
a4a651e
Compare
- Restore Arch Linux amd64 Bazel CI job - Upgrade Ubuntu containers from 24.04 to 26.04 and macOS runners from macos-15 to macos-26 - Replace libc6-dev/libxml2 with g++ in Ubuntu Bazel jobs and pass --extra_toolchains=@local_config_cc//:all - Use meson dist --no-tests across all Meson jobs to avoid redundant test runs during dist - Reduce Meson examples test timeout from 900s to 60s and run serially to avoid CPU contention with OpenMP and match CMake and Bazel behavior - Fix pacman invocation flags in Arch cmake job (-Sy instead of -S -u -y) Signed-off-by: Jamie Snape <[email protected]>
a4a651e to
9781f5b
Compare
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.
--extra_toolchains=@local_config_cc//:all
contention with OpenMP and match CMake and Bazel behavior