From 339bc65b61e4726853e1f16b8373eb10ffc0210d Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Thu, 22 Nov 2018 09:45:51 +0100 Subject: [PATCH] allow x86_64-pc-windows-gnu --- library/stdarch/.travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/stdarch/.travis.yml b/library/stdarch/.travis.yml index a97395af913c..4513e08cec3a 100644 --- a/library/stdarch/.travis.yml +++ b/library/stdarch/.travis.yml @@ -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