-
Notifications
You must be signed in to change notification settings - Fork 207
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
Rel 1.10.0 #1428
Rel 1.10.0 #1428
Conversation
|
||
build-wheels-linux: | ||
name: Build wheels on Linux | ||
runs-on: "ubuntu-20.04" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might help to update to a newer Ubuntu release, which includes a later Python version on which the latest cibuildwheel runs.
# building openssl needs IPC-Cmd (https://github.com/microsoft/vcpkg/issues/24988) | ||
RUN yum install -y curl unzip zip tar perl-IPC-Cmd | ||
|
||
# require python >= 3.7 (python 3.6 is default on base image) for meson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment says >= 3.7
but the next line links 3.8. Is one of them wrong?
Sorry about the distraction, folks. I've abandoned this approach. |
No description provided.