Skip to content

Commit b849524

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 cbc8404 commit b849524

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/5951/artifact/build/artifacts/installer.exe";
208+
PinnedSHA256 = "1F07B58A89754CB381A557505D4CC4C609EBEA9D2372BEA418A02F7DE118773A";
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)