mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
Install musl-tools
This commit is contained in:
parent
5119fb3d68
commit
6fa199614b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user