mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
utils: Update the bootstrap Windows toolchain
The current Windows arm64 bootstrap toolchain is not functional.
This commit is contained in:
@@ -273,13 +273,13 @@ if ($UseHostToolchain -is [string]) {
|
||||
|
||||
$DefaultPinned = @{
|
||||
AMD64 = @{
|
||||
PinnedBuild = "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a-windows10.exe";
|
||||
PinnedSHA256 = "1B93C9B419070925E5ABCD1A273C510121E9928554876EC0DCA530121D8C93D3";
|
||||
PinnedBuild = "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a-windows10.exe";
|
||||
PinnedSHA256 = "E16E5289691D9FBD01075054A066D5BB9BF6DE061970758DD9E8863606763C09";
|
||||
PinnedVersion = "0.0.0";
|
||||
};
|
||||
ARM64 = @{
|
||||
PinnedBuild = "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a-windows10-arm64.exe"
|
||||
PinnedSHA256 = "D3F22B491E91F65996861246262D069BFA150E55DECBCB4AEE9FC6C7FD529F18";
|
||||
PinnedBuild = "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a-windows10-arm64.exe"
|
||||
PinnedSHA256 = "39C9013F2CC3FE5186D3F10E30023BED4456F971CFAA0E900779A5F55A9651F1";
|
||||
PinnedVersion = "0.0.0";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user