File tree 1 file changed +2
-13
lines changed 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -80,24 +80,13 @@ jobs:
80
80
- name : Download the previously uploaded roc_nightly archives
81
81
uses : actions/download-artifact@v4
82
82
83
- - name : Install musl tools
84
- run : |
85
- sudo apt-get update
86
- sudo apt-get install -y musl-tools musl-dev gcc-aarch64-linux-gnu
87
-
88
- - name : Check versions
89
- run : |
90
- uname -a
91
- clang-18 --version
92
- llvm-ar-18 --version
93
- rust-lld --version
94
-
95
83
- name : build basic-cli
96
84
env :
97
85
CARGO_BUILD_TARGET : aarch64-unknown-linux-musl
98
86
CC_aarch64_unknown_linux_musl : clang-18
99
87
AR_aarch64_unknown_linux_musl : llvm-ar-18
100
- CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS : " -Clink-self-contained=yes -Clinker=rust-lld -Ctarget-feature=+crt-static"
88
+ CFLAGS_aarch64_unknown_linux_musl : " -nostdinc -nostdlib -isystem/usr/include/x86_64-linux-musl/"
89
+ CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS : " -Clink-self-contained=yes -Clinker=rust-lld"
101
90
run : ./ci/build_basic_cli.sh linux_arm64
102
91
103
92
- name : Save .a file
You can’t perform that action at this time.
0 commit comments