Skip to content

Commit e6a8682

Browse files
committed
GHA: remove swift-syntax dependency for SDK
This is no longer needed as we pre-build the macros and no longer need to match up the swift-syntax build from the toolchain.
1 parent 9210338 commit e6a8682

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,11 +1815,6 @@ jobs:
18151815
with:
18161816
name: compilers-amd64
18171817
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
18231818
- uses: actions/download-artifact@v4
18241819
with:
18251820
name: ${{ matrix.os }}-stdlib-${{ matrix.arch }}
@@ -2099,12 +2094,6 @@ jobs:
20992094
run: |
21002095
cmake --build ${{ github.workspace }}/BinaryCache/xctest
21012096
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-
21082097
- name: Configure Testing
21092098
run: |
21102099
# Workaround CMake 3.20 issue
@@ -2142,7 +2131,6 @@ jobs:
21422131
-D SWIFT_ANDROID_NDK_PATH=${NDKPATH} `
21432132
-G Ninja `
21442133
-S ${{ github.workspace }}/SourceCache/swift-testing `
2145-
-D SwiftSyntax_DIR=${{ github.workspace }}/BinaryCache/swift-syntax/cmake/modules `
21462134
-D SwiftTesting_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin/TestingMacros.dll
21472135
- name: Build Testing
21482136
run: |

0 commit comments

Comments
 (0)