We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da5560 + 183599f commit 76b748aCopy full SHA for 76b748a
src/ci/github-actions/jobs.yml
@@ -488,7 +488,7 @@ auto:
488
SCRIPT: python x.py dist bootstrap --include-default-paths
489
DIST_REQUIRE_ALL_TOOLS: 1
490
CODEGEN_BACKENDS: llvm,cranelift
491
- <<: *job-windows-8c
+ <<: *job-windows
492
493
- image: dist-x86_64-mingw
494
env:
@@ -501,10 +501,10 @@ auto:
501
NO_DOWNLOAD_CI_LLVM: 1
502
503
504
505
506
- image: dist-x86_64-msvc-alt
507
508
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
509
510
0 commit comments