@@ -17,62 +17,21 @@ jobs:
17
17
dist-x86_64-linux :
18
18
IMAGE : dist-x86_64-linux
19
19
DEPLOY : 1
20
-
21
- dist-x86_64-linux-alt :
22
- IMAGE : dist-x86_64-linux
23
- DEPLOY_ALT : 1
24
-
25
- # The macOS and Windows builds here are currently disabled due to them not being
26
- # overly necessary on `try` builds. We also don't actually have anything that
27
- # consumes the artifacts currently. Perhaps one day we can reenable, but for now
28
- # it helps free up capacity on Azure.
29
- # - job: macOS
30
- # timeoutInMinutes: 600
31
- # pool:
32
- # vmImage: macos-10.13
33
- # steps:
34
- # - template: steps/run.yml
35
- # strategy:
36
- # matrix:
37
- # dist-x86_64-apple:
38
- # SCRIPT: ./x.py dist
39
- # RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
40
- # DEPLOY: 1
41
- # RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
42
- # MACOSX_DEPLOYMENT_TARGET: 10.7
43
- # NO_LLVM_ASSERTIONS: 1
44
- # NO_DEBUG_ASSERTIONS: 1
45
- # DIST_REQUIRE_ALL_TOOLS: 1
46
- #
47
- # dist-x86_64-apple-alt:
48
- # SCRIPT: ./x.py dist
49
- # RUST_CONFIGURE_ARGS: --enable-extended --enable-profiler --set rust.jemalloc
50
- # DEPLOY_ALT: 1
51
- # RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
52
- # MACOSX_DEPLOYMENT_TARGET: 10.7
53
- # NO_LLVM_ASSERTIONS: 1
54
- # NO_DEBUG_ASSERTIONS: 1
55
- #
56
- # - job: Windows
57
- # timeoutInMinutes: 600
58
- # pool:
59
- # vmImage: 'vs2017-win2016'
60
- # steps:
61
- # - template: steps/run.yml
62
- # strategy:
63
- # matrix:
64
- # dist-x86_64-msvc:
65
- # RUST_CONFIGURE_ARGS: >
66
- # --build=x86_64-pc-windows-msvc
67
- # --target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
68
- # --enable-full-tools
69
- # --enable-profiler
70
- # SCRIPT: python x.py dist
71
- # DIST_REQUIRE_ALL_TOOLS: 1
72
- # DEPLOY: 1
73
- #
74
- # dist-x86_64-msvc-alt:
75
- # MSYS_BITS: 64
76
- # RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
77
- # SCRIPT: python x.py dist
78
- # DEPLOY_ALT: 1
20
+ - job : Windows
21
+ timeoutInMinutes : 600
22
+ pool :
23
+ vmImage : ' vs2017-win2016'
24
+ steps :
25
+ - template : steps/run.yml
26
+ strategy :
27
+ matrix :
28
+ dist-x86_64-msvc :
29
+ MSYS_BITS : 64
30
+ RUST_CONFIGURE_ARGS : >-
31
+ --build=x86_64-pc-windows-msvc
32
+ --target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
33
+ --enable-full-tools
34
+ --enable-profiler
35
+ SCRIPT : python x.py dist
36
+ DIST_REQUIRE_ALL_TOOLS : 1
37
+ DEPLOY : 1
0 commit comments