Skip to content

Commit

Permalink
chore: need musl-tools om release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 4, 2022
1 parent 01b7adb commit c5b96eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/pact_ffi/release-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rustup run nightly cbindgen \
cp include/*.h ../target/artifacts

echo -- Build the musl release artifacts --
sudo apt install musl-tools
rustup target add x86_64-unknown-linux-musl
cargo build --release --target=x86_64-unknown-linux-musl
gzip -c ../target/x86_64-unknown-linux-musl/release/libpact_ffi.a > ../target/artifacts/libpact_ffi-linux-x86_64-musl.a.gz
Expand Down

0 comments on commit c5b96eb

Please sign in to comment.