We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165a0eb commit e58a06bCopy full SHA for e58a06b
.github/workflows/basic_cli_build_release.yml
@@ -83,8 +83,8 @@ jobs:
83
- name: build basic-cli
84
env:
85
CARGO_BUILD_TARGET: aarch64-unknown-linux-musl
86
- CC_aarch64_unknown_linux_musl: clang-18
87
- AR_aarch64_unknown_linux_musl: llvm-ar-18
+ # CC_aarch64_unknown_linux_musl: clang-18
+ # AR_aarch64_unknown_linux_musl: llvm-ar-18
88
# CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS: "-Clink-self-contained=yes -Clinker=rust-lld"
89
run: ./ci/build_basic_cli.sh linux_arm64
90
0 commit comments