Skip to content

Commit

Permalink
temporarily disable musl ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Oct 12, 2019
1 parent 5cf913d commit 69acc6f
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 @@ -29,4 +29,4 @@ jobs:
rust_target_run: 'x86_64-apple-darwin i686-apple-darwin'
linux:
imageName: 'ubuntu-16.04'
rust_target_run: 'x86_64-unknown-linux-gnu i686-unknown-linux-gnu x86_64-unknown-linux-musl i686-unknown-linux-musl'
rust_target_run: 'x86_64-unknown-linux-gnu i686-unknown-linux-gnu' # seems to currently be broken, TODO: x86_64-unknown-linux-musl i686-unknown-linux-musl

0 comments on commit 69acc6f

Please sign in to comment.