File tree 2 files changed +4
-7
lines changed
bootstrap/src/core/build_steps
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -1366,13 +1366,6 @@ impl Step for CodegenBackend {
1366
1366
builder. info ( "target not supported by rustc_codegen_cranelift. skipping" ) ;
1367
1367
return None ;
1368
1368
}
1369
-
1370
- if self . compiler . host . is_windows ( ) {
1371
- builder. info (
1372
- "dist currently disabled for windows by rustc_codegen_cranelift. skipping" ,
1373
- ) ;
1374
- return None ;
1375
- }
1376
1369
}
1377
1370
1378
1371
let compiler = self . compiler ;
Original file line number Diff line number Diff line change @@ -416,6 +416,7 @@ auto:
416
416
--set rust.codegen-units=1
417
417
SCRIPT : python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
418
418
DIST_REQUIRE_ALL_TOOLS : 1
419
+ CODEGEN_BACKENDS : llvm,cranelift
419
420
<< : *job-windows-8c
420
421
421
422
- image : dist-i686-msvc
@@ -428,6 +429,7 @@ auto:
428
429
--enable-profiler
429
430
SCRIPT : python x.py dist bootstrap --include-default-paths
430
431
DIST_REQUIRE_ALL_TOOLS : 1
432
+ CODEGEN_BACKENDS : llvm,cranelift
431
433
<< : *job-windows-8c
432
434
433
435
- image : dist-aarch64-msvc
@@ -452,6 +454,7 @@ auto:
452
454
NO_DOWNLOAD_CI_LLVM : 1
453
455
SCRIPT : python x.py dist bootstrap --include-default-paths
454
456
DIST_REQUIRE_ALL_TOOLS : 1
457
+ CODEGEN_BACKENDS : llvm,cranelift
455
458
<< : *job-windows-8c
456
459
457
460
- image : dist-x86_64-mingw
@@ -464,6 +467,7 @@ auto:
464
467
# incompatible with LLVM downloads today).
465
468
NO_DOWNLOAD_CI_LLVM : 1
466
469
DIST_REQUIRE_ALL_TOOLS : 1
470
+ CODEGEN_BACKENDS : llvm,cranelift
467
471
<< : *job-windows-8c
468
472
469
473
- image : dist-x86_64-msvc-alt
You can’t perform that action at this time.
0 commit comments