mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #73417 from eeckstein/force-bootstrapping
Force enabling SwiftCompilerSources in the build
This commit is contained in:
@@ -849,7 +849,7 @@ EXPECTED_OPTIONS = [
|
||||
|
||||
SetOption('--bootstrapping', dest='bootstrapping_mode'),
|
||||
ChoicesOption('--bootstrapping', dest='bootstrapping_mode',
|
||||
choices=['off', 'hosttools', 'bootstrapping',
|
||||
choices=['hosttools', 'bootstrapping',
|
||||
'bootstrapping-with-hostlibs']),
|
||||
|
||||
# NOTE: We'll need to manually test the behavior of these since they
|
||||
|
||||
Reference in New Issue
Block a user