Skip to content

Commit 41ef99a

Browse files
committed
WIP: modify try builders
1 parent 00b824a commit 41ef99a

File tree

1 file changed

+14
-56
lines changed

1 file changed

+14
-56
lines changed

src/ci/azure-pipelines/try.yml

+14-56
Original file line numberDiff line numberDiff line change
@@ -26,59 +26,17 @@ jobs:
2626
strategy:
2727
matrix:
2828
dist-x86_64-linux: {}
29-
dist-x86_64-linux-alt:
30-
IMAGE: dist-x86_64-linux
31-
32-
# The macOS and Windows builds here are currently disabled due to them not being
33-
# overly necessary on `try` builds. We also don't actually have anything that
34-
# consumes the artifacts currently. Perhaps one day we can re-enable, but for now
35-
# it helps free up capacity on Azure.
36-
# - job: macOS
37-
# timeoutInMinutes: 600
38-
# pool:
39-
# vmImage: macos-10.15
40-
# steps:
41-
# - template: steps/run.yml
42-
# strategy:
43-
# matrix:
44-
# dist-x86_64-apple:
45-
# SCRIPT: ./x.py dist
46-
# INITIAL_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
47-
# DEPLOY: 1
48-
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
49-
# MACOSX_DEPLOYMENT_TARGET: 10.7
50-
# NO_LLVM_ASSERTIONS: 1
51-
# NO_DEBUG_ASSERTIONS: 1
52-
# DIST_REQUIRE_ALL_TOOLS: 1
53-
#
54-
# dist-x86_64-apple-alt:
55-
# SCRIPT: ./x.py dist
56-
# INITIAL_RUST_CONFIGURE_ARGS: --enable-extended --enable-profiler --set rust.jemalloc
57-
# DEPLOY_ALT: 1
58-
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
59-
# MACOSX_DEPLOYMENT_TARGET: 10.7
60-
# NO_LLVM_ASSERTIONS: 1
61-
# NO_DEBUG_ASSERTIONS: 1
62-
#
63-
# - job: Windows
64-
# timeoutInMinutes: 600
65-
# pool:
66-
# vmImage: 'vs2017-win2016'
67-
# steps:
68-
# - template: steps/run.yml
69-
# strategy:
70-
# matrix:
71-
# dist-x86_64-msvc:
72-
# INITIAL_RUST_CONFIGURE_ARGS: >
73-
# --build=x86_64-pc-windows-msvc
74-
# --target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
75-
# --enable-full-tools
76-
# --enable-profiler
77-
# SCRIPT: python x.py dist
78-
# DIST_REQUIRE_ALL_TOOLS: 1
79-
# DEPLOY: 1
80-
#
81-
# dist-x86_64-msvc-alt:
82-
# INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
83-
# SCRIPT: python x.py dist
84-
# DEPLOY_ALT: 1
29+
dist-i586-gnu-i586-i686-musl: {}
30+
- job: Windows
31+
timeoutInMinutes: 600
32+
pool:
33+
vmImage: 'vs2017-win2016'
34+
steps:
35+
- template: steps/run.yml
36+
strategy:
37+
matrix:
38+
dist-x86_64-mingw:
39+
SCRIPT: python x.py dist
40+
INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
41+
CUSTOM_MINGW: 1
42+
DIST_REQUIRE_ALL_TOOLS: 1

0 commit comments

Comments
 (0)