-
Notifications
You must be signed in to change notification settings - Fork 166
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
zos python problems causing build failures #1855
Comments
Python3 on
On
However python 2 is still available under:
|
The only jobs running on z/OS are the libuv ones, where python is needed for gyp. Is libuv using a python3 compatible gyp (does one even exist) yet? |
@nodejs/node-gyp @nodejs/python |
|
libuv doesn't embed a copy of gyp (the build instructions say to clone gyp from I can't see the configuration for https://ci.nodejs.org/view/libuv/job/libuv-test-commit-zos/ but based on the most recent runs it seems to be doing this: + rm -rf build
+ mkdir build
+ cp -R /u/iojs/gyp build no idea what version of gyp is in cc FYI @nodejs/libuv |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
Closing. The only builds we have currently running on z/OS are the libuv ones and libuv has dropped support for gyp so no longer requires Python. Prior to gyp being removed the z/OS libuv builds using gyp (and Python) were passing. |
z/os has some problems with python, caused by recent installation of python36 for #1674
@miladfar is looking into this and has identified some of the problems
The text was updated successfully, but these errors were encountered: