Skip to content

Commit 9fea4bb

Browse files
bors[bot]cuviper
andauthored
714: Reduce Windows CI to just stable Rust r=cuviper a=cuviper CI for rayon-rs#711 ran into a broken beta windows-gnu toolchain, which is frustrating, but in general I already feel that it's overkill to test so much on Windows. The Linux builds on Travis CI already test a breadth of compiler versions, and it does so in parallel, whereas Appveyor runs serially. We can just test Windows stable to be sure the platform works at all, and leave it at that. Co-authored-by: Josh Stone <[email protected]>
2 parents 401678e + b029b4e commit 9fea4bb

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

appveyor.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,12 @@ environment:
77
CHANNEL: stable
88
RUSTFLAGS: --cfg rayon_unstable
99

10-
- TARGET: x86_64-pc-windows-gnu
11-
CHANNEL: beta
12-
- TARGET: x86_64-pc-windows-gnu
13-
CHANNEL: beta
14-
RUSTFLAGS: --cfg rayon_unstable
15-
16-
- TARGET: x86_64-pc-windows-gnu
17-
CHANNEL: nightly
18-
- TARGET: x86_64-pc-windows-gnu
19-
CHANNEL: nightly
20-
RUSTFLAGS: --cfg rayon_unstable
21-
22-
2310
- TARGET: x86_64-pc-windows-msvc
2411
CHANNEL: stable
2512
- TARGET: x86_64-pc-windows-msvc
2613
CHANNEL: stable
2714
RUSTFLAGS: --cfg rayon_unstable
2815

29-
- TARGET: x86_64-pc-windows-msvc
30-
CHANNEL: beta
31-
- TARGET: x86_64-pc-windows-msvc
32-
CHANNEL: beta
33-
RUSTFLAGS: --cfg rayon_unstable
34-
35-
- TARGET: x86_64-pc-windows-msvc
36-
CHANNEL: nightly
37-
- TARGET: x86_64-pc-windows-msvc
38-
CHANNEL: nightly
39-
RUSTFLAGS: --cfg rayon_unstable
40-
4116
install:
4217
- curl -sSf -o rustup-init.exe https://win.rustup.rs
4318
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y

0 commit comments

Comments
 (0)