allow x86_64-pc-windows-gnu

This commit is contained in:
gnzlbg 2018-11-22 09:45:51 +01:00 committed by gnzlbg
parent ab8e222e09
commit 339bc65b61

View file

@ -108,6 +108,8 @@ matrix:
- shellcheck --version
- shellcheck ci/*.sh
allow_failures:
# FIXME: https://github.com/rust-lang/rust/issues/56153
- env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
- env: TARGET=i686-pc-windows-gnu
install: rustup target add $TARGET