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

lib: enable support for zoslib on z/OS #2600

Merged
merged 1 commit into from Jul 15, 2022

Conversation

alexcfyung
Copy link
Contributor

@alexcfyung alexcfyung commented Jan 27, 2022

Checklist
  • npm install && npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

zoslib is needed to support node.js on z/OS

@mhdawson
Copy link
Member

@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.

@richardlau
Copy link
Member

I don't appear to have the option of rerunning the actions for this PR.

@mhdawson
Copy link
Member

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.

@gengjiawen
Copy link
Member

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.

@gengjiawen
Copy link
Member

@alexcfyung Can you do a rebase for this, I don't seem have permission to edit this PR.

@richardlau
Copy link
Member

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>
@zsw007
Copy link
Contributor

zsw007 commented Jul 14, 2022

cc @zsw007

Thanks for the heads up. I went ahead and rebased this PR @mhdawson

@gengjiawen gengjiawen merged commit 83c0a12 into nodejs:main Jul 15, 2022
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 this pull request may close these issues.

None yet

5 participants