Skip to content

Commit 3320373

Browse files
Temporarily enable try builders for testing
1 parent 8099104 commit 3320373

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

.azure-pipelines/try.yml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,35 @@ jobs:
1818
IMAGE: dist-x86_64-linux
1919
DEPLOY: 1
2020

21-
dist-x86_64-linux-alt:
22-
IMAGE: dist-x86_64-linux
23-
DEPLOY_ALT: 1
21+
# dist-x86_64-linux-alt:
22+
# IMAGE: dist-x86_64-linux
23+
# DEPLOY_ALT: 1
24+
- job: Windows
25+
timeoutInMinutes: 600
26+
pool:
27+
vmImage: 'vs2017-win2016'
28+
steps:
29+
- template: steps/run.yml
30+
strategy:
31+
matrix:
32+
dist-i686-msvc:
33+
RUST_CONFIGURE_ARGS: >
34+
--build=i686-pc-windows-msvc
35+
--target=i586-pc-windows-msvc
36+
--enable-full-tools
37+
--enable-profiler
38+
SCRIPT: python x.py dist
39+
DIST_REQUIRE_ALL_TOOLS: 1
40+
DEPLOY: 1
41+
dist-i686-mingw:
42+
MSYS_BITS: 32
43+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
44+
SCRIPT: python x.py dist
45+
MINGW_URL: https://rust-lang-ci2.s3.amazonaws.com/rust-ci-mirror
46+
MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
47+
MINGW_DIR: mingw32
48+
DIST_REQUIRE_ALL_TOOLS: 1
49+
DEPLOY: 1
2450

2551
# The macOS and Windows builds here are currently disabled due to them not being
2652
# overly necessary on `try` builds. We also don't actually have anything that

0 commit comments

Comments
 (0)