-
Notifications
You must be signed in to change notification settings - Fork 33
Add support for Windows on ARM #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b52c4ea to
9c595eb
Compare
9c595eb to
849bb02
Compare
|
@jakepetroules Can you look into the failure on arm before we merge this? |
|
|
The Nov 3 arm64 snapshot is just broken and so the CI fails executing |
849bb02 to
aedf28e
Compare
For now point to |
d2a489c to
0908d22
Compare
0908d22 to
26e60cf
Compare
|
|
||
| $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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fixed now.
No description provided.