fix: add missing avm-transpiler cross-compile target for arm64-linux#20946
Closed
alexghr wants to merge 1 commit into
Closed
fix: add missing avm-transpiler cross-compile target for arm64-linux#20946alexghr wants to merge 1 commit into
alexghr wants to merge 1 commit into
Conversation
The nightly release fails cross-compiling barretenberg for ARM64 Linux because the Makefile was missing an `avm-transpiler-cross-arm64-linux` target and `bb-cpp-cross-arm64-linux` incorrectly depended on `avm-transpiler-native` (x86_64) instead of the arm64 cross-compiled library. Also fix bb-ts-cross-copy to skip gracefully on the arm64 release instance instead of failing, since cross-copy only runs on amd64.
4ee955f to
85d7d01
Compare
Contributor
Author
Contributor
Author
|
Closing in favour of #20932 |
auto-merge was automatically disabled
February 27, 2026 13:47
Pull request was closed
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.

Summary
avm-transpiler-cross-arm64-linuxMakefile target (the bootstrap script already supportsbuild_cross arm64-linux)bb-cpp-cross-arm64-linuxdependency: wasavm-transpiler-native(x86_64 lib), now correctly depends onavm-transpiler-cross-arm64-linuxavm-transpiler-crossaggregateTest plan
amd64-macosandarm64-macoscross targetsci-release-prlabel will trigger a release CI run to validate the fix end-to-end