Skip to content

Commit 47e38b8

Browse files
committed
Remove cache files
These have been upstreamed.
1 parent 04f06f0 commit 47e38b8

File tree

3 files changed

+1
-339
lines changed

3 files changed

+1
-339
lines changed

.github/workflows/swift-toolchain.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -876,10 +876,6 @@ jobs:
876876
ref: ${{ inputs.swift_corelibs_libdispatch_revision }}
877877
path: ${{ github.workspace }}/SourceCache/swift-corelibs-libdispatch
878878
show-progress: false
879-
- uses: actions/checkout@v4
880-
if: matrix.os == 'Darwin'
881-
with:
882-
path: ${{ github.workspace }}/SourceCache/swift-build
883879

884880
- name: Install Python ${{ env.PYTHON_VERSION }} (Host)
885881
uses: actions/setup-python@v5
@@ -994,7 +990,7 @@ jobs:
994990
# We need to use llvm-17 to build the compiler on macOS. We get it from the Swift toolchain.
995991
$CC = Join-Path $CLANG_LOCATION "clang"
996992
$CXX = Join-Path $CLANG_LOCATION "clang++"
997-
$CACHE = "${{ github.workspace }}/SourceCache/swift-build/Darwin-${{ matrix.arch }}.cmake"
993+
$CACHE = "${{ github.workspace }}/SourceCache/swift/cmake/caches/Darwin-${{ matrix.arch }}.cmake"
998994
$SDKROOT = xcrun --sdk macosx --show-sdk-path
999995
$EXTRA_FLAGS = "${{ matrix.extra_flags }}".Split()
1000996
$EXTRA_FLAGS += @("-D", "CMAKE_SYSTEM_NAME=Darwin")

Darwin-arm64.cmake

-167
This file was deleted.

Darwin-x86_64.cmake

-167
This file was deleted.

0 commit comments

Comments
 (0)