Update dependencies.sh

Switch back to canonical source for libdispatch
This commit is contained in:
Gregory Casamento 2025-01-18 08:44:57 -05:00 committed by GitHub
parent df9f4560c6
commit ddd239d702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,8 +44,7 @@ install_libobjc2() {
install_libdispatch() {
echo "::group::libdispatch"
cd $DEPS_PATH
# will reference upstream after https://github.com/apple/swift-corelibs-libdispatch/pull/534 is merged
git clone -q -b system-blocksruntime https://github.com/ngrewe/swift-corelibs-libdispatch.git libdispatch
git clone -q -b system-blocksruntime https://github.com/swiftlang/swift-corelibs-libdispatch.gitlibdispatch
mkdir libdispatch/build
cd libdispatch/build
# -Wno-error=void-pointer-to-int-cast to work around build error in queue.c due to -Werror