Skip to content

Commit

Permalink
chore: Fix musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 9, 2024
1 parent 5aacf85 commit 0b2cf00
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
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 ./scripts/musl-build.sh
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
pact-verify:
runs-on: ubuntu-latest
Expand Down
46 changes: 46 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ test-log = "0.2.11"
trim-margin = "0.1.0"

[build-dependencies]
built = { version = "0.7.1" }
built = { version = "0.7.1", features = [ "git2" ] }
os_info = "3.7.0"

0 comments on commit 0b2cf00

Please sign in to comment.