Skip to content

Commit b6d7f1a

Browse files
committed
chore: Update build flag for loong64-musl
1 parent a92a03d commit b6d7f1a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/nightly-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
push:
1313
branches:
1414
- nightly # Just for test purpose only with the nightly repo
15-
- feature/loong64-musl
1615
# This schedule will run only from the default branch
1716
schedule:
1817
- cron: '15 0 * * *' # run at 00:15 AM UTC

.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,rustls-tls,static-link-openssl
108+
cargo-build-nu
109109
}
110110
_ => {
111111
# musl-tools to fix 'Failed to find tool. Is `musl-gcc` installed?'

0 commit comments

Comments
 (0)