Skip to content

Commit

Permalink
Install musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Jan 28, 2020
1 parent 5119fb3 commit 6fa1996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- bash: make release
displayName: Build (*nix)
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))
- bash: make release-musl
- bash: sudo apt-get install musl-tools && make release-musl
displayName: Build (Linux, x86_64-unknown-linux-musl)
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
- bash: make release-llvm
Expand Down

0 comments on commit 6fa1996

Please sign in to comment.