Skip to content

Commit

Permalink
add bootstrapping off patches
Browse files Browse the repository at this point in the history
  • Loading branch information
futurejones committed Mar 12, 2024
1 parent 88c1850 commit 9ce1805
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions swift-5.10-patches/bootstrapping-off-5.10.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/utils/build-presets.ini b/utils/build-presets.ini
index bd591736ec1..888a01a490b 100644
--- a/utils/build-presets.ini
+++ b/utils/build-presets.ini
@@ -843,6 +843,11 @@ llvm-install-components=llvm-ar;llvm-cov;llvm-profdata;IndexStore;clang;clang-re
mixin-preset=
mixin_linux_install_components_with_clang

+skip-early-swift-driver
+skip-early-swiftsyntax
+
+bootstrapping=off
+
llbuild
swiftpm
swift-driver
16 changes: 16 additions & 0 deletions swift-main-patches/bootstrapping-off-main.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/utils/build-presets.ini b/utils/build-presets.ini
index a8ff85ce055..b8190e7c464 100644
--- a/utils/build-presets.ini
+++ b/utils/build-presets.ini
@@ -810,6 +810,11 @@ llvm-install-components=llvm-ar;llvm-ranlib;llvm-cov;llvm-profdata;IndexStore;cl
mixin-preset=
mixin_linux_install_components_with_clang

+skip-early-swift-driver
+skip-early-swiftsyntax
+
+bootstrapping=off
+
llbuild
swiftpm
swift-driver

0 comments on commit 9ce1805

Please sign in to comment.