-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hello!
I am struggling to get this psm build script to compile correctly using llvm-libtool-darwin
on darwin aarch64.
error occurred in cc-rs: command did not execute successfully (status code exit status: 1): ZERO_AR_DATE="1" "/Users/runner/.bazel/sandbox/darwin-sandbox/2424/execroot/_main/external/+_repo_rules+clang-macos-aarch64/bin/llvm-libtool-darwin" "-static" "cq" "/Users/runner/.bazel/sandbox/darwin-sandbox/2424/execroot/_main/bazel-out/darwin_arm64-opt/bin/external/+cargo_vendor+cargo_vendor__psm-0.1.26/_bs.out_dir/libpsm_s.a" "/Users/runner/.bazel/sandbox/darwin-sandbox/2424/execroot/_main/bazel-out/darwin_arm64-opt/bin/external/+cargo_vendor+cargo_vendor__psm-0.1.26/_bs.out_dir/4f9a91766097c4c5-aarch_aapcs64.o"
//crates/amf0:amf0_test
Initially I had issues with -static must be provided
after i added a env variable
ARFLAGS_aarch64_apple_darwin = Some(-static)
It now complains about
cargo:warning=error: -o option: must be specified
https://github.com/ScuffleCloud/scuffle/actions/runs/17446216110/job/49541293156
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels