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: docker 32-bit linux build #32709 #35898

Merged
merged 10 commits into from Oct 28, 2020
Merged

Conversation

fangchenli
Copy link
Member

@fangchenli fangchenli commented Aug 25, 2020

azure-pipelines.yml Outdated Show resolved Hide resolved

steps:
- script: |
docker pull quay.io/pypa/manylinux2014_i686
Copy link
Member

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

@WillAyd WillAyd added the CI Continuous Integration label Aug 26, 2020
@TomAugspurger
Copy link
Contributor

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).

@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the Stale label Oct 25, 2020
@jreback jreback added 32bit 32-bit systems and removed Stale labels Oct 25, 2020
@jreback
Copy link
Contributor

jreback commented Oct 25, 2020

@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.

@simonjayhawkins
Copy link
Member

Windows py38_np18 had stalled. restarted.

the following tests are failing on the 32bit wheel builds


=========================== short test summary info ===========================
FAILED test_venv/lib/site-packages/pandas/tests/groupby/test_groupby.py::test_groupby_nat_exclude
FAILED test_venv/lib/site-packages/pandas/tests/io/formats/test_info.py::test_info_int_columns
FAILED test_venv/lib/site-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_groupby_rolling_string_index
FAILED test_venv/lib/site-packages/pandas/tests/window/test_grouper.py::TestGrouperGrouping::test_groupby_rolling_no_sort
= 4 failed, 64345 passed, 7420 skipped, 1047 xfailed, 6 xpassed, 14 warnings in 932.75s (0:15:32) =

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.

@jreback jreback added this to the 1.2 milestone Oct 28, 2020
@jreback jreback merged commit d89331b into pandas-dev:master Oct 28, 2020
@jreback
Copy link
Contributor

jreback commented Oct 28, 2020

thanks a lot @fangchenli this is great

@jreback
Copy link
Contributor

jreback commented Oct 28, 2020

@simonjayhawkins pls backport what u need against 1.1.x

@simonjayhawkins
Copy link
Member

@meeseeksdev backport 1.1.x

@lumberbot-app

This comment has been minimized.

simonjayhawkins pushed a commit to simonjayhawkins/pandas that referenced this pull request Oct 28, 2020
simonjayhawkins added a commit that referenced this pull request Oct 28, 2020
…7466)

Co-authored-by: Fangchen Li <fangchen.li@outlook.com>
@simonjayhawkins simonjayhawkins mentioned this pull request Oct 28, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
* 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
ukarroum pushed a commit to ukarroum/pandas that referenced this pull request Nov 2, 2020
* 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
@fangchenli fangchenli deleted the 32bit-ci branch November 18, 2022 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
32bit 32-bit systems CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore 32 Bit Linux CI
5 participants