lib: enable support for zoslib on z/OS#2600
Conversation
|
@nodejs/node-gyp could somebody re-run the github actions? I'm pretty sure the failures will not be related to the change as it only affects z/OS but would be good to get the CI green. |
|
I don't appear to have the option of rerunning the actions for this PR. |
|
I thought maybe it was just my level of access as I did not either. Is there some reasonable change we can push to retriggger. I guess we could add/remove a blank line unless somebody has better ideas. |
rebase maybe a better idea. |
|
@alexcfyung Can you do a rebase for this, I don't seem have permission to edit this PR. |
|
cc @zsw007 |
Check if zos-base.h is in the directory identified by environment variable ZOSLIB_INCLUDES if set; otherwise search for it from a set of candidates under nodeRootDir. Then pass it as -Dzoslib_include_dir=<path-found> to gyp_main.py for use in common.gypi to set 'includes_dir' when compiling addons. Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com>
Checklist
npm install && npm testpassesDescription of change
zoslib is needed to support node.js on z/OS