-
Notifications
You must be signed in to change notification settings - Fork 36
[CI] build failing #129
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
Comments
travis-ci: macOSIn the short term, suggested path forward is to try running For reference here is the error:
Source: https://travis-ci.com/github/scikit-build/cmake-python-distributions/jobs/496798097 |
tried that => failed with unknown arg and the other macOS at that point failed with other errors I did not check this one or try to fix it: https://travis-ci.com/github/scikit-build/cmake-python-distributions/jobs/496097514 |
In the meantime, I will revert my change and integrate the PR. |
Thanks so much 🙏
I understand, and I will make sure to comment here if I make some more progress |
This commit fixes macOS continuous integration applying the following changes: * remove the use of brew/pyenv * install official python distribution * install certifi using script from cibuildwheel * create a virtual environment in ~/.pyenv/versions/${PYTHON_VERSION} sub-directory For reference, this commit also reverts the following commits: * 28b0d4b (ci: Update travis to fix "libintl" loading error) * 0be7aea (ci: Fix macOS build using pip2 instead of pip) * 6ec58d7 (ci: Tweak cache and before_cache steps) See scikit-build#129 Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
This commit fixes macOS continuous integration applying the following changes: * remove the use of brew/pyenv * install official python distribution - update from 2.7.15 to 2.7.18 - udpate from 3.7.8 to 3.7.9 * install certifi using script from cibuildwheel * create a virtual environment in ~/.pyenv/versions/${PYTHON_VERSION} sub-directory For reference, this commit also reverts the following commits: * 28b0d4b (ci: Update travis to fix "libintl" loading error) * 0be7aea (ci: Fix macOS build using pip2 instead of pip) * 6ec58d7 (ci: Tweak cache and before_cache steps) See scikit-build#129 Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
CI builds are failing on:
PR #128 should fix the issue with manylinux.
I gave up trying to fix macOS.
The text was updated successfully, but these errors were encountered: