File tree 3 files changed +1
-339
lines changed
3 files changed +1
-339
lines changed Original file line number Diff line number Diff line change @@ -876,10 +876,6 @@ jobs:
876
876
ref : ${{ inputs.swift_corelibs_libdispatch_revision }}
877
877
path : ${{ github.workspace }}/SourceCache/swift-corelibs-libdispatch
878
878
show-progress : false
879
- - uses : actions/checkout@v4
880
- if : matrix.os == 'Darwin'
881
- with :
882
- path : ${{ github.workspace }}/SourceCache/swift-build
883
879
884
880
- name : Install Python ${{ env.PYTHON_VERSION }} (Host)
885
881
uses : actions/setup-python@v5
@@ -994,7 +990,7 @@ jobs:
994
990
# We need to use llvm-17 to build the compiler on macOS. We get it from the Swift toolchain.
995
991
$CC = Join-Path $CLANG_LOCATION "clang"
996
992
$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"
998
994
$SDKROOT = xcrun --sdk macosx --show-sdk-path
999
995
$EXTRA_FLAGS = "${{ matrix.extra_flags }}".Split()
1000
996
$EXTRA_FLAGS += @("-D", "CMAKE_SYSTEM_NAME=Darwin")
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments