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

Travis ppc64le network issue work-around #904

Closed
ax3l opened this issue Nov 4, 2021 · 1 comment · Fixed by #906
Closed

Travis ppc64le network issue work-around #904

ax3l opened this issue Nov 4, 2021 · 1 comment · Fixed by #906

Comments

@ax3l
Copy link
Contributor

ax3l commented Nov 4, 2021

Description

Hi,

I currently see network issues with docker containers on Travis CI ppc64le builders.
Essentially, connections seem to time out, e.g., on yum update.

The same problem seems to be known in conda-forge and adding --network=host to docker run seems to solve the issue.

Do you know how I can most simply apply the same work-around in cibuildwheel?

X-ref:

Build log

X-ref:

CI config

@ax3l
Copy link
Contributor Author

ax3l commented Nov 4, 2021

I think the logic is implemented in cibuildwheel in https://github.com/pypa/cibuildwheel/blob/main/cibuildwheel/docker_container.py

We probably need to add this to docker create there.

Draft PR posted to #906

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

Successfully merging a pull request may close this issue.

1 participant