-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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: docker 32-bit linux build #32709 #35898
Conversation
fangchenli
commented
Aug 25, 2020
•
edited
Loading
edited
- closes Restore 32 Bit Linux CI #32709
|
||
steps: | ||
- script: | | ||
docker pull quay.io/pypa/manylinux2014_i686 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we are still building manylinux1 wheels so should probably keep that in sync - @TomAugspurger
Thanks @VirosaLi. Are you able to integrate this into our existing setup at all? See how we handle the Python 3.9 build (e.g. https://github.com/pandas-dev/pandas/blob/master/ci/setup_env.sh#L3-L6 and elsewhere). |
This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this. |
@fangchenli can you update this. would be great to get this to work (xfailing the tests as needed of course). W/o this or similar we are going to have a very hard time continuing to support 32-bit. |
Windows py38_np18 had stalled. restarted. the following tests are failing on the 32bit wheel builds
so will want to merge some of the changes here into 1.1.x. @jreback could wait till this is approved and merged and do a partial backport or open a separate PR now directly against 1.1.x with the changes to those tests here. |
thanks a lot @fangchenli this is great |
@simonjayhawkins pls backport what u need against 1.1.x |
@meeseeksdev backport 1.1.x |
This comment has been minimized.
This comment has been minimized.
…7466) Co-authored-by: Fangchen Li <fangchen.li@outlook.com>
* CI: docker 32-bit linux build pandas-dev#32709 * fix manylinux version typo * TST/CI: fix 32bit dtype tests pandas-dev#36579, pandas-dev#32709 * TST/CI: xfail 32-bit tests pandas-dev#36579, pandas-dev#32709 * CI: skip test pandas-dev#36579, pandas-dev#32709
* CI: docker 32-bit linux build pandas-dev#32709 * fix manylinux version typo * TST/CI: fix 32bit dtype tests pandas-dev#36579, pandas-dev#32709 * TST/CI: xfail 32-bit tests pandas-dev#36579, pandas-dev#32709 * CI: skip test pandas-dev#36579, pandas-dev#32709