Skip to content

Commit ca96f03

Browse files
committed
[SwiftCompilerSources] Temporarily enable bootstrapping on the CI
To use new C++ interop features in SwiftCompilerSources, we need a very recent Swift compiler when building with host tools. The Swift CI currently has Swift 5.5 installed, which is unfortunately too old. Let's temporarily re-enable bootstrapping.
1 parent fc73047 commit ca96f03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/build-presets.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ enable-asan
594594
swift-stdlib-build-type=RelWithDebInfo
595595

596596
# Don't do bootstrapping to speed up the build
597-
bootstrapping=hosttools
597+
# TODO: use bootstrapping=hosttools
598598

599599

600600
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx]
@@ -1403,7 +1403,7 @@ debug-swift
14031403
no-swift-stdlib-assertions
14041404

14051405
# Don't do bootstrapping to speed up the build
1406-
bootstrapping=hosttools
1406+
# TODO: use bootstrapping=hosttools
14071407

14081408

14091409
[preset: buildbot_osx_package,tools=DA,stdlib=R,use_os_runtime]
@@ -2274,7 +2274,7 @@ debug-llvm
22742274
debug-swift
22752275

22762276
# Don't do bootstrapping to speed up the build
2277-
bootstrapping=hosttools
2277+
# TODO: use bootstrapping=hosttools
22782278

22792279

22802280
#===------------------------------------------------------------------------===#
@@ -2295,7 +2295,7 @@ swift-stdlib-build-type=RelWithDebInfo
22952295
swift-stdlib-enable-assertions=true
22962296

22972297
# Don't do bootstrapping to speed up the build
2298-
bootstrapping=hosttools
2298+
# TODO: use bootstrapping=hosttools
22992299

23002300

23012301
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)