Skip to content

Commit cd519d7

Browse files
committed
Switch from BCNY to swift.org toolchain snapshot
1 parent 84557ab commit cd519d7

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,16 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- swift_release_tag_name: "20251130.0"
17+
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-11-03-a
1818
options: -Xswiftc "-I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include"
1919

2020
name: SPM (Windows) - Swift ${{ matrix.swift_release_tag_name }}
2121

2222
steps:
2323
- uses: compnerd/gha-setup-swift@main
2424
with:
25-
source: custom
26-
github-repo: thebrowsercompany/swift-build
27-
github-token: ${{ github.token }}
28-
release-tag-name: ${{ matrix.swift_release_tag_name }}
29-
release-asset-name: installer-amd64.exe
25+
swift-version: development
26+
swift-build: ${{ matrix.swift_development_build }}
3027

3128
- uses: actions/checkout@v4
3229

@@ -51,7 +48,7 @@ jobs:
5148
fail-fast: false
5249
matrix:
5350
include:
54-
- swift_release_tag_name: "20251130.0"
51+
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-11-03-a
5552
options: -I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include
5653

5754
name: CMake (Windows) - Swift ${{ matrix.swift_release_tag_name }}
@@ -61,11 +58,8 @@ jobs:
6158

6259
- uses: compnerd/gha-setup-swift@main
6360
with:
64-
source: custom
65-
github-repo: thebrowsercompany/swift-build
66-
github-token: ${{ github.token }}
67-
release-tag-name: ${{ matrix.swift_release_tag_name }}
68-
release-asset-name: installer-amd64.exe
61+
swift-version: development
62+
swift-build: ${{ matrix.swift_development_build }}
6963

7064
- uses: actions/checkout@v4
7165

@@ -102,12 +96,12 @@ jobs:
10296
# and `libunwind.a` libraries in the Swift toolchain:
10397
# -Xclang-linker -resource-dir -Xclang-linker ${env:ANDROID_NDK_ROOT}\toolchains\llvm\prebuilt\windows-x86_64\lib\clang\18
10498
include:
105-
- swift_release_tag_name: "20251130.0"
99+
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-11-03-a
106100
abi: arm64-v8a
107101
options: -sdk ${env:SDKROOT}..\..\..\..\Android.platform\Developer\SDKs\Android.sdk -sysroot ${env:ANDROID_NDK_ROOT}\toolchains\llvm\prebuilt\windows-x86_64\sysroot -Xclang-linker -resource-dir -Xclang-linker ${env:ANDROID_NDK_ROOT}\toolchains\llvm\prebuilt\windows-x86_64\lib\clang\18 -I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include -I${env:SDKROOT}\usr\include -Xlinker -zdefs
108102
target: aarch64-unknown-linux-android28
109103

110-
- swift_release_tag_name: "20251130.0"
104+
- swift_development_build: DEVELOPMENT-SNAPSHOT-2025-11-03-a
111105
abi: x86_64
112106
options: -sdk ${env:SDKROOT}..\..\..\..\Android.platform\Developer\SDKs\Android.sdk -sysroot ${env:ANDROID_NDK_ROOT}\toolchains\llvm\prebuilt\windows-x86_64\sysroot -Xclang-linker -resource-dir -Xclang-linker ${env:ANDROID_NDK_ROOT}\toolchains\llvm\prebuilt\windows-x86_64\lib\clang\18 -I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include -I${env:SDKROOT}\usr\include -Xlinker -zdefs
113107
target: x86_64-unknown-linux-android28
@@ -119,11 +113,8 @@ jobs:
119113

120114
- uses: compnerd/gha-setup-swift@main
121115
with:
122-
source: custom
123-
github-repo: thebrowsercompany/swift-build
124-
github-token: ${{ github.token }}
125-
release-tag-name: ${{ matrix.swift_release_tag_name }}
126-
release-asset-name: installer-amd64.exe
116+
swift-version: development
117+
swift-build: ${{ matrix.swift_development_build }}
127118

128119
- uses: actions/checkout@v4
129120

0 commit comments

Comments
 (0)