diff options
Diffstat (limited to 'build-setup.patch')
-rw-r--r-- | build-setup.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/build-setup.patch b/build-setup.patch new file mode 100644 index 0000000..0308c3f --- /dev/null +++ b/build-setup.patch @@ -0,0 +1,22 @@ +--- swift/utils/build-presets.ini.orig 2020-01-30 19:54:07.528043218 -0600 ++++ swift/utils/build-presets.ini 2020-01-30 19:55:11.580461138 -0600 +@@ -741,7 +741,6 @@ + + dash-dash + +-build-ninja + install-swift + install-lldb + install-llbuild +@@ -755,11 +754,6 @@ + build-swift-static-sdk-overlay + build-swift-stdlib-unittest-extra + +-# Executes the lit tests for the installable package that is created +-# Assumes the swift-integration-tests repo is checked out +- +-test-installable-package +- + # Build the benchmarks against the toolchain. + toolchain-benchmarks + |