Allow powerpc-unknown-linux-gnu build job to fail
This commit is contained in:
parent
cf738b0d36
commit
f4019fa492
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ matrix:
|
|||
- shellcheck --version
|
||||
- shellcheck ci/*.sh
|
||||
|
||||
allow_failures:
|
||||
# FIXME: https://github.com/rust-lang-nursery/stdsimd/issues/669
|
||||
- name: "powerpc-unknown-linux-gnu - no assert_instr"
|
||||
|
||||
install: travis_retry rustup target add $TARGET
|
||||
script:
|
||||
- cargo generate-lockfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue