Skip to content

Migrate 32-bit linux build #28842

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

Closed
TomAugspurger opened this issue Oct 8, 2019 · 3 comments
Closed

Migrate 32-bit linux build #28842

TomAugspurger opened this issue Oct 8, 2019 · 3 comments
Labels
CI Continuous Integration

Comments

@TomAugspurger
Copy link
Contributor

Right now our 32-bit build only happens on a Linux VM in azure pipelines. Anaconda no longer builds 32-bit linux packages, and conda-forge never built 32-bit packages. So that build is likely to cause problems over time.

We should migrate to either

  1. Use a 32-bit windows build, which Anaconda still builds packages for.
  2. Use a non-conda environment on 32-bit linux VM.

1 is probably preferable since it aligns with the rest of our CI infra. I don't know if Azure provides 32-bit images (last I checked the didn't). IIRC, you can trick conda into installing 32-bit packages on a 64-bit machine, but I'm not sure how robust that is.

@TomAugspurger TomAugspurger added the CI Continuous Integration label Oct 8, 2019
@TomAugspurger TomAugspurger added this to the Someday milestone Oct 8, 2019
@WillAyd
Copy link
Member

WillAyd commented Oct 8, 2019

I think this could be possible on Azure:

https://docs.microsoft.com/en-us/azure/devops/release-notes/2018/sprint-142-update#build-on-linuxarm-and-windows-32-bit-platforms

And maybe even still with linux, which would probably be preferable to minimize moving parts

@jbrockmendel
Copy link
Member

status here?

@mroeschke mroeschke removed this from the Someday milestone Oct 13, 2022
@jbrockmendel
Copy link
Member

This doesn't seem to have become a problem. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants