We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ebcbc2 + b4f2f49 commit 31fc0a6Copy full SHA for 31fc0a6
utils/build.ps1
@@ -155,8 +155,9 @@ if ($PinnedBuild -eq "") {
155
$PinnedVersion = "5.10.1"
156
}
157
"ARM64" {
158
- # TODO(hjyamauchi) once we have an arm64 release, fill in PinnedBuild and PinnedSHA256.
159
- throw "Missing pinned toolchain for ARM64"
+ $PinnedBuild = "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a/swift-DEVELOPMENT-SNAPSHOT-2024-07-02-a-windows10-arm64.exe"
+ $PinnedSHA256 = "037BDBF9D1A1A99D7156584948870A8A958FD27CC4FF5711691CC0A76F2E88F5"
160
+ $PinnedVersion = "0.0.0"
161
162
default { throw "Unsupported processor architecture" }
163
0 commit comments