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

Build failure on windows github actions runner #115

Closed
MoAlyousef opened this issue Oct 16, 2023 · 2 comments
Closed

Build failure on windows github actions runner #115

MoAlyousef opened this issue Oct 16, 2023 · 2 comments

Comments

@MoAlyousef
Copy link
Contributor

MoAlyousef commented Oct 16, 2023

I noticed the failing action builds on windows, and it seems to be related to the update of the mingw toolchain to 12.2:

bytecodealliance/wasmtime-go#192
gen2brain/go-fitz#96
actions/runner-images#8266

We can either downgrade the mingw toolchain in the check.yaml - run: choco install mingw --version 11.2.0.07112021 --allow-downgrade, or update the windows-gnu binaries.

@pwiecz
Copy link
Owner

pwiecz commented Nov 1, 2023

I've added this downgrade command, but I still can see MinGW 12.2 being used: C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe .
I'll try uploading new windows libraries soon.

@pwiecz
Copy link
Owner

pwiecz commented Nov 2, 2023

After updating libraries all the actions seem to pass.

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