File tree 1 file changed +0
-61
lines changed
1 file changed +0
-61
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ stages:
24
24
extends : .rust_minimum_mindeps
25
25
image : " rust:1.64"
26
26
27
- .rust_minimum :
28
- image : " rust:1.63"
29
-
30
- variables :
31
- CARGO_UPDATE_POLICY : newest
32
- GIT_CLONE_PATH : $CI_BUILDS_DIR/rust
33
-
34
27
.rust_stable :
35
28
image : " rust:latest"
36
29
@@ -148,32 +141,6 @@ audit-newest:build:
148
141
needs :
149
142
- cache-newest:prep
150
143
151
- minimum:build :
152
- extends :
153
- - .rust_minimum
154
- - .cargo_no_features
155
- - .cargo_build_job
156
- - .cargo_build_tags
157
- - .cargo_build_artifacts
158
- - .run_automatically
159
- dependencies :
160
- - cache-newest:prep
161
- needs :
162
- - cache-newest:prep
163
-
164
- minimum:test :
165
- extends :
166
- - .rust_minimum
167
- - .cargo_no_features
168
- - .cargo_test_job
169
- - .cargo_build_tags
170
- - .cargo_test_artifacts
171
- - .run_automatically
172
- dependencies :
173
- - minimum:build
174
- needs :
175
- - minimum:build
176
-
177
144
stable:build :
178
145
extends :
179
146
- .rust_stable
@@ -252,32 +219,6 @@ mindeps:test:
252
219
needs :
253
220
- mindeps:build
254
221
255
- minimum-features:build :
256
- extends :
257
- - .rust_minimum
258
- - .cargo_all_features
259
- - .cargo_build_job
260
- - .cargo_build_tags
261
- - .cargo_build_artifacts
262
- - .run_automatically
263
- dependencies :
264
- - cache-newest:prep
265
- needs :
266
- - cache-newest:prep
267
-
268
- minimum-features:test :
269
- extends :
270
- - .rust_minimum
271
- - .cargo_all_features
272
- - .cargo_test_job
273
- - .cargo_build_tags
274
- - .cargo_test_artifacts
275
- - .run_automatically
276
- dependencies :
277
- - minimum-features:build
278
- needs :
279
- - minimum-features:build
280
-
281
222
stable-features:build :
282
223
extends :
283
224
- .rust_stable
@@ -395,8 +336,6 @@ publish:
395
336
- clippy-features:build
396
337
- mindeps:test
397
338
- mindeps-features:test
398
- - minimum:test
399
- - minimum-features:test
400
339
- nightly:test
401
340
- nightly-features:test
402
341
- stable:test
You can’t perform that action at this time.
0 commit comments