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: Windows ARM builds have been failing #11484

Closed
sezero opened this issue Nov 16, 2024 · 5 comments
Closed

CI: Windows ARM builds have been failing #11484

sezero opened this issue Nov 16, 2024 · 5 comments

Comments

@sezero
Copy link
Contributor

sezero commented Nov 16, 2024

See, e.g.: https://github.com/libsdl-org/SDL/actions/runs/11873470201/job/33088578294

@madebr
Copy link
Contributor

madebr commented Nov 16, 2024

This job from yesterday succeeded: https://github.com/libsdl-org/SDL/actions/runs/11865207517/job/33070022770
This job from 17 minutes ago failed: https://github.com/libsdl-org/SDL/actions/runs/11873470201/job/33088578294

A relevant change is a bump from MSVC 19.41.34123.0 to 19.42.34433.0

Probably this change

I've created a ticket here.

@sezero
Copy link
Contributor Author

sezero commented Nov 17, 2024

I've created a ticket here.

s/system32.lib/kernel32.lib/

@madebr
Copy link
Contributor

madebr commented Nov 17, 2024

s/system32.lib/kernel32.lib/

Thanks. I've downloaded the latest (=10.0.26100.0) Windows ARM SDK using this script and the um and ucrt directories are empty indeed.

Has anybody seen an announcement about Windows on 32-bit ARM being deprecated?

@madebr
Copy link
Contributor

madebr commented Nov 17, 2024

I think I fixed this in bd57cfd by pinning the Windows SDK version to 10.0.22621.0 when building ARM32 binaries.

@madebr madebr closed this as completed Nov 17, 2024
@sezero
Copy link
Contributor Author

sezero commented Nov 17, 2024

Other SDL libs need similar treatment, including active branches, and including sdl2-compat which suffers from the issue.

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

No branches or pull requests

2 participants