You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reapply "Include Swift Build support in second stage bootstrap builds" (#8373)
This reverts commit 6a2e45f.
- Stop setting SWIFTPM_NO_SWBUILD_DEPENDENCY in the bootstrap script
- Copy resource bundles required by Swift Build into the toolchain when
installing
There is one additional fix to the bootstrap script to allow overwriting
directories when installing, to fix the incremental buildbot CI
configuration.
Copy file name to clipboardExpand all lines: Sources/CoreCommands/Options.swift
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,12 @@ public struct LocationOptions: ParsableArguments {
146
146
completion:.directory
147
147
)
148
148
publicvarpkgConfigDirectories:[AbsolutePath]=[]
149
+
150
+
@Option(
151
+
help:.init("Specify alternate path to search for resources required for SwiftPM to operate. (default: <Toolchain Directory>/usr/share/pm)", visibility:.hidden),
0 commit comments