Skip to content

Commit

Permalink
Ignore swift-build from sources checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Feb 21, 2025
1 parent 9e37ead commit 3ca043a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fetch-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3ca043a

Please sign in to comment.