Skip to content

Commit 974d092

Browse files
committed
utils: update toolchain snapshot to permit building early swift-driver
The early swift-driver on Windows requires statically linking to the runtime. Update to a snapshot that is new enough to contain the static runtime with the appropriate fixes to enable building the early swift-driver.
1 parent 22a8b28 commit 974d092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ if ($Test -contains "*") {
204204

205205
$DefaultPinned = @{
206206
AMD64 = @{
207-
PinnedBuild = "https://download.swift.org/swift-6.0.3-release/windows10/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE-windows10.exe";
208-
PinnedSHA256 = "AB205D83A38047882DB80E6A88C7D33B651F3BAC96D4515D7CBA5335F37999D3";
209-
PinnedVersion = "6.0.3";
207+
PinnedBuild = "https://ci-external.swift.org/job/swift-PR-build-toolchain-windows/5966/artifact/build/artifacts/installer.exe";
208+
PinnedSHA256 = "026A768DE2339D7F4BD314D59CCA2C14EF34BACA46FA282402213F04293C7388";
209+
PinnedVersion = "0.0.0";
210210
};
211211
ARM64 = @{
212212
PinnedBuild = "https://download.swift.org/swift-6.0.3-release/windows10-arm64/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE-windows10-arm64.exe";

0 commit comments

Comments
 (0)