File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ permissions:
2323
2424env :
2525 CARGO_TERM_COLOR : always
26+ # Use cmake builder for aws-lc-sys to bypass GCC memcmp bug in cross containers
27+ AWS_LC_SYS_CMAKE_BUILDER : 1
2628 # The binary name from [[bin]] in operator/Cargo.toml.
2729 # Override per repo if different.
2830 BINARY_NAME : ${{ vars.BINARY_NAME || 'llm-operator' }}
Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ pre-build = ["apt-get update && apt-get install -y protobuf-compiler cmake nasm
1010image = " ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main"
1111pre-build = [" dpkg --add-architecture arm64 || true" , " apt-get update && apt-get install -y protobuf-compiler cmake nasm libclang-dev pkg-config" ]
1212
13+ [build .env ]
14+ passthrough = [" AWS_LC_SYS_CMAKE_BUILDER" ]
15+
You can’t perform that action at this time.
0 commit comments