Skip to content

Commit

Permalink
fix: build test-binary for musl
Browse files Browse the repository at this point in the history
This ensures that the OS version it runs on does not matter.
  • Loading branch information
pitkley committed Dec 19, 2023
1 parent 74b9e33 commit ddb98d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
target: x86_64-unknown-linux-musl
- name: Build the test-binary
run: |
cp $(
Expand All @@ -39,6 +40,7 @@ jobs:
--test dfw \
--no-run \
--message-format=json \
--target x86_64-unknown-linux-musl \
| jq -r 'select(.profile.test == true) | .executable'
) dfw-docker-test
- name: Store the test-binary as an artifact
Expand Down

0 comments on commit ddb98d3

Please sign in to comment.