File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1815,11 +1815,6 @@ jobs:
1815
1815
with :
1816
1816
name : compilers-amd64
1817
1817
path : ${{ github.workspace }}/BinaryCache/Library
1818
- - name : Download swift-syntax
1819
- uses : actions/download-artifact@v4
1820
- with :
1821
- name : swift-syntax-${{ matrix.arch }}
1822
- path : ${{ github.workspace }}/BinaryCache/swift-syntax
1823
1818
- uses : actions/download-artifact@v4
1824
1819
with :
1825
1820
name : ${{ matrix.os }}-stdlib-${{ matrix.arch }}
@@ -2099,12 +2094,6 @@ jobs:
2099
2094
run : |
2100
2095
cmake --build ${{ github.workspace }}/BinaryCache/xctest
2101
2096
2102
- - name : extract swift-syntax
2103
- run : |
2104
- $module = "${{ github.workspace }}/BinaryCache/swift-syntax/cmake/modules/SwiftSyntaxConfig.cmake"
2105
- $bindir = cygpath -m ${{ github.workspace }}/BinaryCache/swift-syntax
2106
- (Get-Content $module).Replace('<BINARY_DIR>', "${bindir}") | Set-Content $module
2107
-
2108
2097
- name : Configure Testing
2109
2098
run : |
2110
2099
# Workaround CMake 3.20 issue
@@ -2142,7 +2131,6 @@ jobs:
2142
2131
-D SWIFT_ANDROID_NDK_PATH=${NDKPATH} `
2143
2132
-G Ninja `
2144
2133
-S ${{ github.workspace }}/SourceCache/swift-testing `
2145
- -D SwiftSyntax_DIR=${{ github.workspace }}/BinaryCache/swift-syntax/cmake/modules `
2146
2134
-D SwiftTesting_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin/TestingMacros.dll
2147
2135
- name : Build Testing
2148
2136
run : |
You can’t perform that action at this time.
0 commit comments