Skip to content

Commit

Permalink
Try to fix loongarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Dec 17, 2023
1 parent 555e9eb commit 8745410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pkg.nu
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if $os in [$USE_UBUNTU, 'macos-latest'] {
'loongarch64-unknown-linux-gnu' => {
# https://github.com/rust-lang/cargo/pull/12436
# https://github.com/simd-everywhere/simde/blob/1594d7ccf9f0f05b98816731af1b39efbcbdb873/.github/workflows/ci.yml#L646
sudo apt-get install gcc-riscv64-linux-gnu -y
sudo apt-get install gcc-loongarch64-linux-gnu -y
$env.CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_GNUN_LINKER = 'loongarch64-unknown-linux-gnu-gcc'
cargo-build-nu $flags
}
Expand Down

0 comments on commit 8745410

Please sign in to comment.