We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209799f commit 4d80c65Copy full SHA for 4d80c65
src/ci/github-actions/jobs.yml
@@ -484,9 +484,6 @@ auto:
484
RUST_CONFIGURE_ARGS: >-
485
--build=i686-pc-windows-gnu
486
--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
SCRIPT: python x.py dist bootstrap --include-default-paths
491
DIST_REQUIRE_ALL_TOOLS: 1
492
CODEGEN_BACKENDS: llvm,cranelift
@@ -498,9 +495,6 @@ auto:
498
495
499
496
--build=x86_64-pc-windows-gnu
500
497
501
502
503
504
505
506
<<: *job-windows
0 commit comments