Skip to content

Commit 05cbabe

Browse files
committed
Try to fix loongarch64-linux-musl build again
1 parent 91b1bf2 commit 05cbabe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-pkg.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if $os in ['macos-latest'] or $USE_UBUNTU {
105105
tar -xf loongarch64-linux-musl-cross.tgz
106106
$env.PATH = ($env.PATH | split row (char esep) | prepend $'($env.PWD)/loongarch64-linux-musl-cross/bin')
107107
$env.CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_MUSL_LINKER = "loongarch64-linux-musl-gcc"
108-
cargo build --release --all --target $target --features=plugin,trash-support,sqlite,native-tls,static-link-openssl
108+
cargo build --release --all --target $target --features=plugin,trash-support,sqlite,static-link-openssl
109109
}
110110
_ => {
111111
# musl-tools to fix 'Failed to find tool. Is `musl-gcc` installed?'

0 commit comments

Comments
 (0)