Skip to content

Commit 6885b18

Browse files
committed
DO NOT MERGE: enable tools builders on try
1 parent 47f6008 commit 6885b18

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

src/ci/azure-pipelines/try.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,23 @@ jobs:
1414
- template: steps/run.yml
1515
strategy:
1616
matrix:
17-
dist-x86_64-linux:
18-
IMAGE: dist-x86_64-linux
19-
DEPLOY: 1
17+
x86_64-gnu-tools:
18+
IMAGE: x86_64-gnu-tools
19+
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
2020

21-
dist-x86_64-linux-alt:
22-
IMAGE: dist-x86_64-linux
23-
DEPLOY_ALT: 1
21+
- job: Windows
22+
timeoutInMinutes: 600
23+
pool:
24+
vmImage: 'vs2017-win2016'
25+
steps:
26+
- template: steps/run.yml
27+
strategy:
28+
matrix:
29+
x86_64-msvc-tools:
30+
MSYS_BITS: 64
31+
SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
32+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
33+
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
2434

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

0 commit comments

Comments
 (0)