From ddd239d7020196d502fe7f355e285c53e8ad9c8d Mon Sep 17 00:00:00 2001 From: Gregory Casamento Date: Sat, 18 Jan 2025 08:44:57 -0500 Subject: [PATCH] Update dependencies.sh Switch back to canonical source for libdispatch --- .github/scripts/dependencies.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/dependencies.sh b/.github/scripts/dependencies.sh index fa8d78597..7685e736d 100755 --- a/.github/scripts/dependencies.sh +++ b/.github/scripts/dependencies.sh @@ -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