-
Notifications
You must be signed in to change notification settings - Fork 549
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
Specifying x86 (32-bit) pypy-nightly on Windows installs a 64-bit binary #518
Comments
There is no 32-bit Windows build of recent PyPy versions since PyPy 7.3.4.
Whether this action should fail or silently switch to 64-bit is a separate question, related to #168 (comment) and #201. |
Hmm, indeed. I think this should be an error then, its very confusing to request one thing and get another -- in my case it produces confusing linker errors later on. |
Hi @alex, we will take a look at this, thank you for your report. |
great, thanks! |
I'm going to close this issue, feel free to contact us if you have any concerns, thank you! |
Description:
Action version:
4.2.0
Platform:
Runner type:
Tools version:
pypy-3.8-nightly, pypy-3.9-nightly
Repro steps:
Use the action specified above. Look at the output and see:
Expected behavior:
A 32-bit binary is installed.
Actual behavior:
A 64-bit binary!
The text was updated successfully, but these errors were encountered: