File tree Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -49,25 +49,15 @@ jobs:
49
49
# NO_LLVM_ASSERTIONS: 1
50
50
# NO_DEBUG_ASSERTIONS: 1
51
51
#
52
- # - job: Windows
53
- # timeoutInMinutes: 600
54
- # pool:
55
- # vmImage: 'vs2017-win2016'
56
- # steps:
57
- # - template: steps/run.yml
58
- # strategy:
59
- # matrix:
60
- # dist-x86_64-msvc:
61
- # RUST_CONFIGURE_ARGS: >
62
- # --build=x86_64-pc-windows-msvc
63
- # --target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
64
- # --enable-full-tools
65
- # --enable-profiler
66
- # SCRIPT: python x.py dist
67
- # DIST_REQUIRE_ALL_TOOLS: 1
68
- # DEPLOY: 1
69
- #
70
- # dist-x86_64-msvc-alt:
71
- # RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
72
- # SCRIPT: python x.py dist
73
- # DEPLOY_ALT: 1
52
+ - job : Windows
53
+ timeoutInMinutes : 600
54
+ pool :
55
+ vmImage : ' vs2017-win2016'
56
+ steps :
57
+ - template : steps/run.yml
58
+ strategy :
59
+ matrix :
60
+ i686-mingw-2 :
61
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
62
+ SCRIPT : make ci-mingw-subset-2
63
+ CUSTOM_MINGW : 1
You can’t perform that action at this time.
0 commit comments