Skip to content

Commit

Permalink
Merge branch 'nightly' into release/nightly/bin/nanocl/0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s authored Nov 2, 2023
2 parents 887f4f0 + afafe3e commit 9e23417
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/draft_nightly_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ jobs:
PKG_TARGET_ARCH: ${{ matrix.target_arch }}
run: |
if [ "$PKG_ARCH" = "arm64" ]; then
export CC=aarch64-linux-gnu-gcc
export RUSTFLAGS="-C target-feature=+crt-static -C link-arg=-lgcc"
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc
export RUSTFLAGS="-C target-feature=+crt-static -C aarch64-linux-gnu-gcc -C link-arg=-lgcc"
else
export RUSTFLAGS="-C target-feature=+crt-static"
fi
Expand Down

0 comments on commit 9e23417

Please sign in to comment.