Skip to content

Commit

Permalink
just more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Dec 29, 2024
1 parent 2aef3a9 commit d189db2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,13 @@ jobs:
- name: Download the previously uploaded roc_nightly archives
uses: actions/download-artifact@v4

- name: Install musl tools
run: |
sudo apt-get update
sudo apt-get install -y musl-tools musl-dev gcc-aarch64-linux-gnu
- name: Check versions
run: |
uname -a
clang-18 --version
llvm-ar-18 --version
rust-lld --version
- name: build basic-cli
env:
CARGO_BUILD_TARGET: aarch64-unknown-linux-musl
CC_aarch64_unknown_linux_musl: clang-18
AR_aarch64_unknown_linux_musl: llvm-ar-18
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS: "-Clink-self-contained=yes -Clinker=rust-lld -Ctarget-feature=+crt-static"
CFLAGS_aarch64_unknown_linux_musl: "-nostdinc -nostdlib -isystem/usr/include/x86_64-linux-musl/"
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS: "-Clink-self-contained=yes -Clinker=rust-lld"
run: ./ci/build_basic_cli.sh linux_arm64

- name: Save .a file
Expand Down

0 comments on commit d189db2

Please sign in to comment.