Add support for Windows on ARM#190
Merged
shahmishal merged 4 commits intoswiftlang:mainfrom Dec 4, 2025
Merged
Conversation
b52c4ea to
9c595eb
Compare
9c595eb to
849bb02
Compare
FranzBusch
approved these changes
Nov 20, 2025
Member
|
@jakepetroules Can you look into the failure on arm before we merge this? |
Contributor
Author
|
Contributor
Author
|
The Nov 3 arm64 snapshot is just broken and so the CI fails executing |
849bb02 to
aedf28e
Compare
Member
For now point to |
d2a489c to
0908d22
Compare
0908d22 to
26e60cf
Compare
jakepetroules
commented
Dec 3, 2025
|
|
||
| $SWIFT_RELEASE_METADATA='http://download.swift.org/swift-6.2-branch/windows10/latest-build.json' | ||
| if ([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture -eq "Arm64") { | ||
| # FIXME: http://download.swift.org/swift-6.2-branch/windows10-arm64/latest-build.json is currently missing on the server |
Contributor
Author
There was a problem hiding this comment.
@shahmishal The only remaining consistently failing (e.g. not due to networking flakiness) job is failing due to this, can we get that fixed so this can be landed?
shahmishal
reviewed
Dec 4, 2025
.github/workflows/scripts/windows/swift/install-swift-nightly-6.2.ps1
Outdated
Show resolved
Hide resolved
shahmishal
reviewed
Dec 4, 2025
.github/workflows/scripts/windows/swift/install-swift-nightly.ps1
Outdated
Show resolved
Hide resolved
shahmishal
reviewed
Dec 4, 2025
.github/workflows/scripts/windows/swift/install-swift-nightly-6.2.ps1
Outdated
Show resolved
Hide resolved
shahmishal
approved these changes
Dec 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.