Skip to content

Commit d189db2

Browse files
committed
just more testing
1 parent 2aef3a9 commit d189db2

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/basic_cli_build_release.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,13 @@ jobs:
8080
- name: Download the previously uploaded roc_nightly archives
8181
uses: actions/download-artifact@v4
8282

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-
9583
- name: build basic-cli
9684
env:
9785
CARGO_BUILD_TARGET: aarch64-unknown-linux-musl
9886
CC_aarch64_unknown_linux_musl: clang-18
9987
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"
10190
run: ./ci/build_basic_cli.sh linux_arm64
10291

10392
- name: Save .a file

0 commit comments

Comments
 (0)