Skip to content

Commit

Permalink
disable i686 build due to palaver::thread::count failing
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Oct 17, 2019
1 parent 03a89e0 commit ba2263c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
linux0:
imageName: 'ubuntu-16.04'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux1:
imageName: 'ubuntu-16.04'
rust_target_run: 'i686-unknown-linux-gnu'
# linux1:
# imageName: 'ubuntu-16.04'
# rust_target_run: 'i686-unknown-linux-gnu'
linux2:
imageName: 'ubuntu-16.04'
rust_target_run: 'x86_64-unknown-linux-musl' # i686-unknown-linux-musl silently miscompiles C

0 comments on commit ba2263c

Please sign in to comment.