Skip to content

Commit

Permalink
Try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 3, 2024
1 parent be8e09a commit 7c9b316
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-pkg.nu
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,7 @@ if $os in ['macos-latest'] or $USE_UBUNTU {
$env.CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER = 'arm-linux-gnueabihf-gcc'
cargo-build-nu
}
# 'aarch64-unknown-linux-musl' => {
# sudo apt-get install musl-tools musl-dev libc6-arm64-cross libc6-dev-arm64-cross gcc-aarch64-linux-gnu -y
# $env.CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER = 'aarch64-linux-gnu-gcc'
# cargo-build-nu
# }
'aarch64-unknown-linux-musl' => {
sudo apt-get install musl-tools musl-dev -y
curl -LO https://musl.cc/aarch64-linux-musl-cross.tgz
tar -xf aarch64-linux-musl-cross.tgz
$env.PATH = ($env.PATH | split row (char esep) | prepend $'($env.PWD)/aarch64-linux-musl-cross/bin')
Expand Down

0 comments on commit 7c9b316

Please sign in to comment.