@@ -57,14 +57,14 @@ jobs:
57
57
# x86_64-gnu-distcheck: {}
58
58
# mingw-check: {}
59
59
#
60
- # - job: macOS
61
- # timeoutInMinutes: 600
62
- # pool:
63
- # vmImage: macos-10.15
64
- # steps:
65
- # - template: steps/run.yml
66
- # strategy:
67
- # matrix:
60
+ - job : macOS
61
+ timeoutInMinutes : 600
62
+ pool :
63
+ vmImage : macos-10.15
64
+ steps :
65
+ - template : steps/run.yml
66
+ strategy :
67
+ matrix :
68
68
# OSX builders running tests, these run the full test suite.
69
69
# NO_DEBUG_ASSERTIONS=1 to make them go faster, but also do have some
70
70
# runners that run `//ignore-debug` tests.
@@ -107,27 +107,27 @@ jobs:
107
107
strategy :
108
108
matrix :
109
109
# 32/64 bit MSVC tests
110
- x86_64-msvc-1 :
111
- INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
112
- SCRIPT : make ci-subset-1
113
- # FIXME(#59637)
114
- NO_DEBUG_ASSERTIONS : 1
115
- NO_LLVM_ASSERTIONS : 1
116
- x86_64-msvc-2 :
117
- INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
118
- SCRIPT : make ci-subset-2
119
- # i686-msvc-1:
120
- # INITIAL_RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
110
+ # x86_64-msvc-1:
111
+ # INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
121
112
# SCRIPT: make ci-subset-1
122
- # FIXME(#59637)
113
+ # # FIXME(#59637)
123
114
# NO_DEBUG_ASSERTIONS: 1
124
115
# NO_LLVM_ASSERTIONS: 1
125
- # i686 -msvc-2:
126
- # INITIAL_RUST_CONFIGURE_ARGS: --build=i686 -pc-windows-msvc
116
+ # x86_64 -msvc-2:
117
+ # INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64 -pc-windows-msvc --enable-profiler
127
118
# SCRIPT: make ci-subset-2
128
- # FIXME(#59637)
129
- # NO_DEBUG_ASSERTIONS: 1
130
- # NO_LLVM_ASSERTIONS: 1
119
+ i686-msvc-1 :
120
+ INITIAL_RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
121
+ SCRIPT : make ci-subset-1
122
+ # FIXME(#59637)
123
+ NO_DEBUG_ASSERTIONS : 1
124
+ NO_LLVM_ASSERTIONS : 1
125
+ i686-msvc-2 :
126
+ INITIAL_RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
127
+ SCRIPT : make ci-subset-2
128
+ # FIXME(#59637)
129
+ NO_DEBUG_ASSERTIONS : 1
130
+ NO_LLVM_ASSERTIONS : 1
131
131
# MSVC aux tests
132
132
# x86_64-msvc-aux:
133
133
# RUST_CHECK_TARGET: check-aux EXCLUDE_CARGO=1
0 commit comments