Commit 86fefd0
committed
Add option to install without building.
This allows the build action to be decoupled from the install action, so
packaging systems that expect to be able to do discrete installation
steps post-build can do so cheaply, without having to effectively start
the build over from scratch.
To match existing behavior, this defaults to being disabled. I have not
added this to the macOS branch because I am unable to test the behavior.
This behavior was introduced in other projects that use a similar
build-script-helper pattern: see swiftlang/swift-package-manager#9050,
swiftlang/sourcekit-lsp#2579, swiftlang/swift-format#1171, and
swiftlang/swift-docc#1486.1 parent 7d6b844 commit 86fefd0
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
615 | 616 | | |
616 | 617 | | |
617 | 618 | | |
| 619 | + | |
618 | 620 | | |
619 | 621 | | |
620 | 622 | | |
| |||
0 commit comments