Skip to content
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

CI: Build binaries for Windows aarch64 #41

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Conversation

MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Dec 10, 2023

Building binaries for Windows on Aarch64 is a bit more involved:

  • We require at least ISPC 1.20 (already on that version, but intel-tex-rs-2 wasn't);
  • ispc-rs used a 6-year-old gcc crate that couldn't find the aarch64 compiler on Windows, the up-to-date cc crate can;
  • Finally, install the Rust target and simply run the compiler as normal.

@MarijnS95
Copy link
Member Author

@MarijnS95 MarijnS95 marked this pull request as ready for review December 10, 2023 15:40
@Jasper-Bekkers Jasper-Bekkers merged commit ff4296b into main Dec 14, 2023
10 checks passed
@MarijnS95 MarijnS95 deleted the ci-windows-aarch64 branch December 14, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants