-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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: setup 32-build linux build on travis #13715
Comments
Two options:
|
@jorisvandenbossche : My guess is probably not, but couldn't hurt to check. @datapythonista : Who was your contact at Microsoft regarding Azure builds? |
@gfyoung I got most of the help when moving things to Azure from @vtbassmatt. Opening a ticket to Azure support also was useful (did that to see if they could increase the number of concurrent jobs). |
@datapythonista : Cool, thanks! @vtbassmatt : Does Azure have support for 32-bit testing environments? |
We don't offer hosted 32-bit environments but we do ship a 32-bit Windows
and Linux agent. You can set up private agents with that.
…On Mon, Jan 28, 2019 at 10:47 AM gfyoung ***@***.***> wrote:
@datapythonista <https://github.com/datapythonista> : Cool, thanks!
@vtbassmatt <https://github.com/vtbassmatt> : Does Azure have support for
32-bit testing environments?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13715 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArmKyDojr89Xtc_TRTZY5QGaoD-oHBrks5vHxuEgaJpZM4JQpDk>
.
|
@vtbassmatt : That's good to know. Thanks! |
we've got a 32 bit build on azure. closeable? |
so if anyone is interested: https://github.com/matthew-brett/multibuild/tree/7abbd01f230be6067842f0510a98b06a6320ddf9
hosts the builder for the wheels, it does a 32-build on linux via a docker image. So we could just directly pull that same image and build (of master).
cc @matthew-brett
xref #13584
The text was updated successfully, but these errors were encountered: