@@ -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
@@ -1405,6 +1406,10 @@ debug-llvm
1405
1406
debug-swift
1406
1407
no-swift-stdlib-assertions
1407
1408
1409
+ # Don't do bootstrapping to speed up the build
1410
+ libswift =hosttools
1411
+
1412
+
1408
1413
[preset: buildbot_osx_package,tools=DA,stdlib=R,use_os_runtime]
1409
1414
mixin-preset =
1410
1415
buildbot_osx_package,tools =DA,stdlib =R
@@ -1556,8 +1561,8 @@ build-swift-stdlib-unittest-extra
1556
1561
1557
1562
libcxx
1558
1563
1559
- # Enable libswift
1560
- libswift
1564
+ # Don't do bootstrapping to speed up the build
1565
+ libswift =hosttools
1561
1566
1562
1567
# Build llbuild & swiftpm here
1563
1568
llbuild
@@ -2274,6 +2279,10 @@ assertions
2274
2279
debug-llvm
2275
2280
debug-swift
2276
2281
2282
+ # Don't do bootstrapping to speed up the build
2283
+ libswift =hosttools
2284
+
2285
+
2277
2286
# ===------------------------------------------------------------------------===#
2278
2287
# Swift Preset
2279
2288
# Tools: DebInfo and Assertions
@@ -2291,6 +2300,10 @@ debug-swift
2291
2300
swift-stdlib-build-type =RelWithDebInfo
2292
2301
swift-stdlib-enable-assertions =true
2293
2302
2303
+ # Don't do bootstrapping to speed up the build
2304
+ libswift =hosttools
2305
+
2306
+
2294
2307
# ===------------------------------------------------------------------------===#
2295
2308
# Swift Coverage Preset
2296
2309
# ===------------------------------------------------------------------------===#
0 commit comments