We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5e78c commit 2b9b0caCopy full SHA for 2b9b0ca
.travis.yml
@@ -108,6 +108,8 @@ matrix:
108
- shellcheck --version
109
- shellcheck ci/*.sh
110
allow_failures:
111
+ # FIXME: https://github.com/rust-lang/rust/issues/56153
112
+ - env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
113
- env: TARGET=i686-pc-windows-gnu
114
115
install: rustup target add $TARGET
0 commit comments