Skip to content

Commit 4141830

Browse files
committed
use musl for linux build
1 parent 56af59f commit 4141830

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/upload-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
matrix:
2020
include:
2121
- os: ubuntu-22.04
22-
target: x86_64-unknown-linux-gnu
22+
target: x86_64-unknown-linux-musl
2323
pkg_fmt: .tar.gz
24-
binary_ext: ''
24+
binary_ext: ""
2525
- os: macos-13
2626
target: x86_64-apple-darwin
2727
pkg_fmt: .tar.gz
28-
binary_ext: ''
28+
binary_ext: ""
2929
- os: macos-14
3030
target: aarch64-apple-darwin
3131
pkg_fmt: .tar.gz
32-
binary_ext: ''
32+
binary_ext: ""
3333
- os: windows-2022
3434
target: x86_64-pc-windows-msvc
3535
pkg_fmt: .zip
@@ -44,7 +44,7 @@ jobs:
4444
GH_TOKEN: ${{ github.token }}
4545
shell: bash
4646
run: |
47-
cargo build -p cargo-pgrx --bin cargo-pgrx --target ${{ matrix.target }} --release
47+
cargo build -p cargo-pgrx --bin cargo-pgrx --features cargo-edit/vendored-openssl --target ${{ matrix.target }} --release
4848
4949
mkdir -p build
5050
cp README.md ./build/

0 commit comments

Comments
 (0)