Skip to content

Commit e58a06b

Browse files
committed
disable more things just for testing
1 parent 165a0eb commit e58a06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/basic_cli_build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
- name: build basic-cli
8484
env:
8585
CARGO_BUILD_TARGET: aarch64-unknown-linux-musl
86-
CC_aarch64_unknown_linux_musl: clang-18
87-
AR_aarch64_unknown_linux_musl: llvm-ar-18
86+
# CC_aarch64_unknown_linux_musl: clang-18
87+
# AR_aarch64_unknown_linux_musl: llvm-ar-18
8888
# CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS: "-Clink-self-contained=yes -Clinker=rust-lld"
8989
run: ./ci/build_basic_cli.sh linux_arm64
9090

0 commit comments

Comments
 (0)