From 4a772f44eefa564264edad6de8c6c0b8be9a9081 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Mon, 29 Jul 2024 11:46:00 -0700 Subject: [PATCH 1/2] Update android corelibs-foundation pinned checkout The checkout needs to be updated after the posix_filesystem apinote fix landed in Swift. I needed to switch to my own remote as I could no longer push a new branch into the Apple remote. --- .github/workflows/swift-toolchain.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift-toolchain.yml b/.github/workflows/swift-toolchain.yml index 96bd6561b..a008498ab 100644 --- a/.github/workflows/swift-toolchain.yml +++ b/.github/workflows/swift-toolchain.yml @@ -1653,8 +1653,8 @@ jobs: - uses: actions/checkout@v4 if: matrix.os == 'Android' with: - repository: apple/swift-corelibs-foundation - ref: a515f3e15c81d029411c540df7edf52d427ff2cb + repository: hyp/swift-corelibs-foundation + ref: 6bf677693eb23030eb3646c9b121c665f40aa8b0 path: ${{ github.workspace }}/SourceCache/swift-corelibs-foundation show-progress: false - uses: actions/checkout@v4 From 1846fc68bd20cf6f32ebdd029eaf019e4adb8574 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Mon, 29 Jul 2024 20:45:56 -0700 Subject: [PATCH 2/2] also update swift-installer script pin --- .github/workflows/swift-toolchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-toolchain.yml b/.github/workflows/swift-toolchain.yml index a008498ab..eaba37972 100644 --- a/.github/workflows/swift-toolchain.yml +++ b/.github/workflows/swift-toolchain.yml @@ -3097,7 +3097,7 @@ jobs: - uses: actions/checkout@v4 with: repository: apple/swift-installer-scripts - ref: e1adc0d5dde137fa5941316e89a3ed139a273dde + ref: 633843b00fc8024dd86674fe43373ae4fd0f2229 path: ${{ github.workspace }}/SourceCache/swift-installer-scripts show-progress: false