File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -98,24 +98,24 @@ jobs:
98
98
NO_DEBUG_ASSERTIONS : 1
99
99
100
100
101
- # - job: Windows
102
- # timeoutInMinutes: 600
103
- # pool:
104
- # vmImage: 'vs2017-win2016'
105
- # steps:
106
- # - template: steps/run.yml
107
- # strategy:
108
- # matrix:
101
+ - job : Windows
102
+ timeoutInMinutes : 600
103
+ pool :
104
+ vmImage : ' vs2017-win2016'
105
+ steps :
106
+ - template : steps/run.yml
107
+ strategy :
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
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
119
# i686-msvc-1:
120
120
# INITIAL_RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
121
121
# SCRIPT: make ci-subset-1
You can’t perform that action at this time.
0 commit comments