Skip to content

Commit

Permalink
Update fetch-sources.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda authored Apr 6, 2024
1 parent a9586bf commit 9bed126
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions fetch-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,4 @@ else
echo "Checkout Swift"
git clone https://github.com/apple/swift.git
./swift/utils/update-checkout --clone --tag $SWIFT_VERSION
# Patch Swift
echo "Patch Swift"
cd ./swift
# git apply $SRC_ROOT/patches/swift/001-Float16.patch
patch $SWIFT_SRCDIR/stdlib/public/runtime/Float16Support.cpp $SRC_ROOT/patches/swift/001-swift-float16.patch
git apply $SRC_ROOT/patches/swift/002-swift-include-swift-AST-Expr.h.patch
git apply $SRC_ROOT/patches/swift/003-swift-include-swift-Basic-BridgingUtils.h.patch
git apply $SRC_ROOT/patches/swift/004-swift-targets.patch
cd ../swiftpm
git apply $SRC_ROOT/patches/swiftpm/001-swiftpm-bootstrap.patch
cd ../sourcekit-lsp
git apply $SRC_ROOT/patches/sourcekit-lsp/001-sourcekit-lsp-build-script-helper.patch
fi

0 comments on commit 9bed126

Please sign in to comment.