File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -426,18 +426,12 @@ auto:
426
426
env :
427
427
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
428
428
SCRIPT : make ci-mingw
429
- # We are intentionally allowing an old toolchain on this builder (and that's
430
- # incompatible with LLVM downloads today).
431
- NO_DOWNLOAD_CI_LLVM : 1
432
429
<< : *job-windows-8c
433
430
434
431
- image : x86_64-mingw
435
432
env :
436
433
SCRIPT : make ci-mingw
437
434
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
438
- # We are intentionally allowing an old toolchain on this builder (and that's
439
- # incompatible with LLVM downloads today).
440
- NO_DOWNLOAD_CI_LLVM : 1
441
435
<< : *job-windows-8c
442
436
443
437
- image : dist-x86_64-msvc
@@ -484,9 +478,6 @@ auto:
484
478
RUST_CONFIGURE_ARGS : >-
485
479
--build=i686-pc-windows-gnu
486
480
--enable-full-tools
487
- # We are intentionally allowing an old toolchain on this builder (and that's
488
- # incompatible with LLVM downloads today).
489
- NO_DOWNLOAD_CI_LLVM : 1
490
481
SCRIPT : python x.py dist bootstrap --include-default-paths
491
482
DIST_REQUIRE_ALL_TOOLS : 1
492
483
CODEGEN_BACKENDS : llvm,cranelift
@@ -498,9 +489,6 @@ auto:
498
489
RUST_CONFIGURE_ARGS : >-
499
490
--build=x86_64-pc-windows-gnu
500
491
--enable-full-tools
501
- # We are intentionally allowing an old toolchain on this builder (and that's
502
- # incompatible with LLVM downloads today).
503
- NO_DOWNLOAD_CI_LLVM : 1
504
492
DIST_REQUIRE_ALL_TOOLS : 1
505
493
CODEGEN_BACKENDS : llvm,cranelift
506
494
<< : *job-windows
You can’t perform that action at this time.
0 commit comments