We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45d4ac commit 9bdf3f2Copy full SHA for 9bdf3f2
src/ci/github-actions/jobs.yml
@@ -474,13 +474,13 @@ auto:
474
env:
475
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
476
SCRIPT: make ci-msvc-py
477
- <<: *job-windows-8c
+ <<: *job-windows
478
479
- name: i686-msvc-2
480
481
482
SCRIPT: make ci-msvc-ps1
483
484
485
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
486
- name: x86_64-msvc-ext1
@@ -595,7 +595,7 @@ auto:
595
SCRIPT: python x.py dist bootstrap --include-default-paths
596
DIST_REQUIRE_ALL_TOOLS: 1
597
CODEGEN_BACKENDS: llvm,cranelift
598
599
600
- name: dist-aarch64-msvc
601
0 commit comments