Linux x86 64 -> Linux aarch64 cross builds#267
Merged
yuriivcs merged 16 commits intoMay 21, 2026
Conversation
…cs/rules_ml_toolchain into linux_x86_64_to_linux_aarch64_ext
xinxinmo
reviewed
May 21, 2026
| supports_param_files = 1, | ||
| toolchain_config = ":config", | ||
| toolchain_identifier = "toolchain_id_linux_x86_64_linux_aarch64", | ||
| toolchain_identifier = "toolchain_id_linux_x86_64_linux_aarch64_id", |
Member
There was a problem hiding this comment.
Just want to double check that if the ID here is correct or not? Asking since I thought we'd remove x86_64 in the naming, but totally fine if that's intentional.
Collaborator
Author
There was a problem hiding this comment.
Yes, It's correct. I've changed the ID because we use the same convention for other toolchains' identifier. For example:
toolchain_linux_aarch64_linux_aarch64_id
toolchain_linux_x86_64_linux_x86_64_id
xinxinmo
approved these changes
May 21, 2026
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.
This Pull Request provides working logic for ML projects which enables Linux x86_64 -> Linux aarch64 cross compilation.