File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -128,21 +128,21 @@ for:
128
128
DEPLOY_ALT : 1
129
129
130
130
# Try builder
131
- -
132
- branches :
133
- only :
134
- - try
135
- environment :
136
- matrix :
137
- - CI_JOB_NAME : dist-x86_64-msvc-parallel
138
- RUST_CONFIGURE_ARGS : >
139
- --build=x86_64-pc-windows-msvc
140
- --enable-full-tools
141
- --enable-profiler
142
- SCRIPT : python x.py dist
143
- DIST_REQUIRE_ALL_TOOLS : 1
144
- DIST_PARALLEL_COMPILER : 1
145
- DEPLOY : 1
131
+ # -
132
+ # branches:
133
+ # only:
134
+ # - try
135
+ # environment:
136
+ # matrix:
137
+ # - CI_JOB_NAME: dist-x86_64-msvc-parallel
138
+ # RUST_CONFIGURE_ARGS: >
139
+ # --build=x86_64-pc-windows-msvc
140
+ # --enable-full-tools
141
+ # --enable-profiler
142
+ # SCRIPT: python x.py dist
143
+ # DIST_REQUIRE_ALL_TOOLS: 1
144
+ # DIST_PARALLEL_COMPILER: 1
145
+ # DEPLOY: 1
146
146
147
147
# Skip builds on all other branches
148
148
-
You can’t perform that action at this time.
0 commit comments