From b950ff3ac62dbb682de6a50fa6090ace6e791c7e Mon Sep 17 00:00:00 2001 From: Wenzhuo Liu Date: Sun, 8 Dec 2024 23:56:00 +0800 Subject: [PATCH] ci: static link musl on alpine build --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 677aed445..e8013fa72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -279,7 +279,6 @@ jobs: env: target: alpine-x64 RUST_TARGET: x86_64-unknown-linux-musl - RUSTFLAGS: "-C link-arg=-fuse-ld=lld -C target-feature=-crt-static" isRelease: ${{ (startsWith(github.ref, 'refs/tags/') && (!contains(github.ref, 'rc') && (endsWith(github.ref, '0') || endsWith(github.ref, '2') || endsWith(github.ref, '4') || endsWith(github.ref, '6') || endsWith(github.ref, '8')))) }} isNightly: ${{ ((startsWith(github.ref, 'refs/tags/') && !((!contains(github.ref, 'rc') && (endsWith(github.ref, '0') || endsWith(github.ref, '2') || endsWith(github.ref, '4') || endsWith(github.ref, '6') || endsWith(github.ref, '8'))))) || (!startsWith(github.ref, 'refs/tags/') && matrix.regular_build == 'true')) }} steps: