@@ -372,8 +372,6 @@ install-swiftpm
372
372
install-swift-driver
373
373
install-libcxx
374
374
375
- libswift =bootstrapping
376
-
377
375
[preset: buildbot_incremental,tools=RA,stdlib=RA,apple_silicon]
378
376
mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
379
377
@@ -578,6 +576,9 @@ enable-asan
578
576
579
577
swift-stdlib-build-type =RelWithDebInfo
580
578
579
+ # Don't do bootstrapping to speed up the build
580
+ libswift =hosttools
581
+
581
582
582
583
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx]
583
584
mixin-preset =
@@ -650,8 +651,8 @@ skip-build-benchmarks
650
651
# Skip playground tests
651
652
skip-test-playgroundsupport
652
653
653
- # Enable libswift
654
- libswift
654
+ # Don't do bootstrapping to speed up the build
655
+ libswift =hosttools
655
656
656
657
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,flto]
657
658
mixin-preset =buildbot_incremental,tools =RA,stdlib =RD,smoketest =macosx
@@ -1404,6 +1405,10 @@ debug-llvm
1404
1405
debug-swift
1405
1406
no-swift-stdlib-assertions
1406
1407
1408
+ # Don't do bootstrapping to speed up the build
1409
+ libswift =hosttools
1410
+
1411
+
1407
1412
[preset: buildbot_osx_package,tools=DA,stdlib=R,use_os_runtime]
1408
1413
mixin-preset =
1409
1414
buildbot_osx_package,tools =DA,stdlib =R
@@ -1555,8 +1560,8 @@ build-swift-stdlib-unittest-extra
1555
1560
1556
1561
libcxx
1557
1562
1558
- # Enable libswift
1559
- libswift
1563
+ # Don't do bootstrapping to speed up the build
1564
+ libswift =hosttools
1560
1565
1561
1566
# Build llbuild & swiftpm here
1562
1567
llbuild
@@ -2273,6 +2278,10 @@ assertions
2273
2278
debug-llvm
2274
2279
debug-swift
2275
2280
2281
+ # Don't do bootstrapping to speed up the build
2282
+ libswift =hosttools
2283
+
2284
+
2276
2285
# ===------------------------------------------------------------------------===#
2277
2286
# Swift Preset
2278
2287
# Tools: DebInfo and Assertions
@@ -2290,6 +2299,10 @@ debug-swift
2290
2299
swift-stdlib-build-type =RelWithDebInfo
2291
2300
swift-stdlib-enable-assertions =true
2292
2301
2302
+ # Don't do bootstrapping to speed up the build
2303
+ libswift =hosttools
2304
+
2305
+
2293
2306
# ===------------------------------------------------------------------------===#
2294
2307
# Swift Coverage Preset
2295
2308
# ===------------------------------------------------------------------------===#
0 commit comments