Skip to content

Commit

Permalink
Allows failures for x86_64-unknown-netbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
malbarbo committed Jul 2, 2018
1 parent c903903 commit c87cdc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ matrix:
- env: TARGET=thumbv7em-none-eabihf STD=1
- env: TARGET=thumbv7m-none-eabi STD=1

allow_failures:
# FIXME: error undefined reference to symbol 'setvbuf'
- env: TARGET=x86_64-unknown-netbsd CPP=1 DYLIB=1 STD=1 OPENSSL=0.7.17


install:
- curl https://sh.rustup.rs -sSf |
sh -s -- -y --default-toolchain $TRAVIS_RUST_VERSION
Expand Down

0 comments on commit c87cdc2

Please sign in to comment.