From 3ca043a9bcad7e6bdb283cc6d2765657dcf60272 Mon Sep 17 00:00:00 2001 From: "Jesse L. Zamora" Date: Thu, 20 Feb 2025 20:57:44 -0500 Subject: [PATCH] Ignore swift-build from sources checkout --- fetch-sources.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch-sources.sh b/fetch-sources.sh index 65f8ce0..e8a0900 100755 --- a/fetch-sources.sh +++ b/fetch-sources.sh @@ -35,6 +35,7 @@ fi --skip-repository swift-async-algorithms \ --skip-repository swift-atomics \ --skip-repository swift-argument-parser \ + --skip-repository swift-build \ --skip-repository swift-certificates \ --skip-repository swift-crypto \ --skip-repository swift-docc \ @@ -63,8 +64,6 @@ fi --skip-repository zlib \ # Apply patches -echo "Apply CXX interop patch" -patch -d . -p1 <$SRC_ROOT/patches/0001-Swift-fix-find-libstdc++-for-cxx-interop.patch # Only applies to Swift 5.9 if [[ $SWIFT_VERSION == *"5.9"* ]]; then