Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
Switch back to canonical source for libdispatch
  • Loading branch information
gcasa authored Jan 18, 2025
1 parent df9f456 commit ddd239d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddd239d

Please sign in to comment.