You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. I don't have experience with or access to any of these uncommon platforms. Would you be willing to submit a patch to nvs.sh that fixes the uname based platform and arch detection?
I'm trying to migrate
node-test-node-addon-api
to use NVS (instead of the hand rolled scripts it uses now.I was able to remove ~100 lines, and get much better flexibility, but I've hit some edge cases:
uname -m
says 'i86pc' when we want needx64
uname -m
spits out some UID instead ofppc64
-z
Example trying to test with:
node6 - https://ci.nodejs.org/job/refack-node-test-node-addon-api/23/
node12 - https://ci.nodejs.org/job/refack-node-test-node-addon-api/22/
This is my current monkey patch part on the bootstraping:
P.S. Had to github-search to find the ability to
NVS_USE_XZ=0
. Couldn't find documentation for that.The text was updated successfully, but these errors were encountered: