-
Notifications
You must be signed in to change notification settings - Fork 352
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
fix: build on Windows ARM64 #913
Conversation
What was the error your were seeing? |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #913 +/- ##
=======================================
Coverage 99.46% 99.46%
=======================================
Files 18 18
Lines 4108 4108
=======================================
Hits 4086 4086
Misses 22 22
☔ View full report in Codecov by Sentry. |
The compile error is:
You can reproduce it when building for X86_64 by removing the _AMD64_ lines just above where I added the _ARM64_ lines. |
Ok, would having an ARM build on visual studio in a CI test have caught this error? |
The question I think you were asking: Yes: Having a 64-bit ARM build on Visual Studio in a CI would have caught this error. The question you actually asked: No: In Windows nomenclature, ARM without qualifications is a 32-bit ARM build, and this configuration was already supported. Only 64-bit ARM was broken. 😁 |
That explains that then, I was pretty sure I had built this many times on Visual studio ARM but quite possibly not the ARM64 build. |
Regression introduced in commit 3cd730b