Skip to content

Commit

Permalink
chore: Get musl build to work on latest Rust (1.77.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 9, 2024
1 parent 0b2cf00 commit b50488d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
docker run --rm --user "$(id -u)":"$(id -g)" -v $(pwd):/workspace -w /workspace -t pactfoundation/rust-musl-build:1.71.0 ./scripts/musl-build.sh
docker run --rm --user "$(id -u)":"$(id -g)" -v $(pwd):/workspace -w /workspace -t pactfoundation/rust-musl-build:1.77.1 ./scripts/musl-build.sh
pact-verify:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions scripts/musl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

set -e

export LIBZ_SYS_STATIC=1
cargo build
./target/debug/pact-protobuf-plugin -v

0 comments on commit b50488d

Please sign in to comment.