CI: use free runners for 3 fast windows jobs
This commit is contained in:
parent
a9d17627d2
commit
183599fa99
@ -488,7 +488,7 @@ auto:
|
||||
SCRIPT: python x.py dist bootstrap --include-default-paths
|
||||
DIST_REQUIRE_ALL_TOOLS: 1
|
||||
CODEGEN_BACKENDS: llvm,cranelift
|
||||
<<: *job-windows-8c
|
||||
<<: *job-windows
|
||||
|
||||
- image: dist-x86_64-mingw
|
||||
env:
|
||||
@ -501,10 +501,10 @@ auto:
|
||||
NO_DOWNLOAD_CI_LLVM: 1
|
||||
DIST_REQUIRE_ALL_TOOLS: 1
|
||||
CODEGEN_BACKENDS: llvm,cranelift
|
||||
<<: *job-windows-8c
|
||||
<<: *job-windows
|
||||
|
||||
- image: dist-x86_64-msvc-alt
|
||||
env:
|
||||
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
|
||||
SCRIPT: python x.py dist bootstrap --include-default-paths
|
||||
<<: *job-windows-8c
|
||||
<<: *job-windows
|
||||
|
Loading…
Reference in New Issue
Block a user