Skip to content

Commit 955985b

Browse files
committed
Disable Windows on Travis
The MinGW builds already don't work and the MSVC ones are now timing out and have been slow otherise, so they're being removed to reduce spurious failures on Travis.
1 parent 1b2fefd commit 955985b

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.travis.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -68,25 +68,6 @@ matrix:
6868
- name: "thumbv7em-none-eabihf - build libcore only"
6969
env: TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1
7070
script: ci/run.sh
71-
- name: "x86_64-pc-windows-msvc"
72-
env: TARGET=x86_64-pc-windows-msvc
73-
os: windows
74-
script: ci/run.sh
75-
install: true
76-
- name: "x86_64-pc-windows-gnu - no assert_instr"
77-
# FIXME: https://github.com/rust-lang-nursery/stdsimd/issues/595
78-
env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
79-
os: windows
80-
script: ci/run.sh
81-
- name: "i686-pc-windows-msvc - no assert_instr"
82-
# FIXME: https://github.com/rust-lang-nursery/stdsimd/issues/595
83-
env: TARGET=i686-pc-windows-msvc STDSIMD_DISABLE_ASSERT_INSTR=1
84-
os: windows
85-
script: ci/run.sh
86-
- name: "i686-pc-windows-gnu"
87-
env: TARGET=i686-pc-windows-gnu
88-
os: windows
89-
script: ci/run.sh
9071
- name: "Documentation"
9172
install: true
9273
script: ci/dox.sh
@@ -109,9 +90,6 @@ matrix:
10990
- shellcheck --version
11091
- shellcheck ci/*.sh
11192
allow_failures:
112-
# FIXME: https://github.com/rust-lang/rust/issues/56153
113-
- env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
114-
- env: TARGET=i686-pc-windows-gnu
11593
# FIXME https://github.com/rust-lang/libc/issues/1170
11694
- name: "x86_64-linux-android - no assert_instr"
11795
- name: "arm-linux-androideabi - no assert_instr"

0 commit comments

Comments
 (0)