CI: allow failures for TARGET=armv7-unknown-linux-gnueabihf
This commit is contained in:
parent
c691a4e475
commit
f271e63915
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ matrix:
|
|||
os: osx
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
os: linux
|
||||
allow_failures:
|
||||
# FIXME(#2)
|
||||
- env: TARGET=armv7-unknown-linux-gnueabihf
|
||||
os: linux
|
||||
|
||||
before_install:
|
||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue