-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: 32-bit build failing. #30236
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
Comments
#30214 is the first one I see with this failure (though it may be unrelated?) cc @WillAyd. Ahh I see you're on it #30214 (comment). Thanks! |
The actual error is further up
|
Ah thanks for finding that - never saw that in the logs. Good to know |
I think this might be a race condition since any of the libraries that require the C sources end up recompiling the C sources each time. Probably need a few more edits to setup.py to compile the C sources once then simply link as required, but will investigate more |
is the docbuild failure just a coincidence? |
I think everything has been addressed here. |
We're failing to compile the C extension on linux 32. See e.g. https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=23011
The text was updated successfully, but these errors were encountered: