unified: Disable build on linux-arm64 - #22373
Open
asgerf wants to merge 1 commit into
Open
Conversation
asgerf
force-pushed
the
unified/disable-arm64-build
branch
from
August 18, 2026 13:15
986c534 to
f499e73
Compare
asgerf
marked this pull request as ready for review
August 18, 2026 14:50
Contributor
There was a problem hiding this comment.
Pull request overview
Makes unified extractor packaging platform-aware, disabling the real extractor on Linux ARM64.
Changes:
- Uses
codeql_platform_select. - Routes Linux ARM64 to the unsupported-platform fallback.
- Restricts Swift runtime libraries to Linux x64.
Show a summary per file
| File | Description |
|---|---|
unified/BUILD.bazel |
Selects extractor binaries and runtime files by platform. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Balanced
| "//unified/extractor", | ||
| "//unified/swift-syntax-rs:swift_runtime_libs", | ||
| ], | ||
| linux_arm64 = ["//unified/extractor-unsupported-os:extractor"], |
Contributor
There was a problem hiding this comment.
We indeed might want to update the message.
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.
No description provided.