Skip to content

Commit

Permalink
fix: remove arm64 worflow on nanocl release
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 3, 2023
1 parent 1d0e42b commit 4e84c09
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/draft_nightly_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,7 @@ jobs:
env:
PKG_TARGET_ARCH: ${{ matrix.target_arch }}
run: |
if [ "$PKG_ARCH" = "arm64" ]; then
# export CC_aarch64_unknown_linux_musl=aarch64-none-elf-gcc
# export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-none-elf-gcc
# export RUSTFLAGS="-C target-feature=+crt-static -C link-arg=-lgcc"
# export RUSTFLAGS="-C target-feature=+crt-static"
# export CC=aarch64-none-elf-gcc
# export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-none-elf-gcc
else
export RUSTFLAGS="-C target-feature=+crt-static"
fi
export RUSTFLAGS="-C target-feature=+crt-static"
./scripts/release_nanocl.sh
- name: Test if release already exists
id: release-exists
Expand Down

0 comments on commit 4e84c09

Please sign in to comment.