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

node-pre-gyp -> @mapbox/node-pre-gyp #1866

Closed
wants to merge 1 commit into from

Conversation

samuela
Copy link

@samuela samuela commented Oct 14, 2021

The node-pre-gyp has been deprecated, moving to @mapbox/node-pre-gyp instead. See here and here for more info.

Built successfully and all tests pass.

@jmurzy
Copy link
Contributor

jmurzy commented Nov 19, 2021

How can we get this into the next v28-alpha release?

@jfirebaugh
Copy link

There was a breaking change in 1.0.0 that affects the GitHub action

no longer supporting node_pre_gyp_accessKeyId & node_pre_gyp_secretAccessKey, use AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY instead to authenticate against s3 for info, publish, and unpublish commands.

This code will need to be updated:

node_pre_gyp_bucket: ${{ secrets.node_pre_gyp_bucket }}
node_pre_gyp_accessKeyId: ${{ secrets.node_pre_gyp_accessKeyId }}
node_pre_gyp_secretAccessKey: ${{ secrets.node_pre_gyp_secretAccessKey }}

And similarly for macOS and Windows.

@ianhattendorf
Copy link
Member

ianhattendorf commented Feb 10, 2022

Is node-pre-gyp causing issues for anyone right now? I understand it's deprecated, but we have quite a bit on our backlog so if it's not broken we'll prioritize other tasks over updating packages that are still functioning. Thanks for the PR though! It's just there's a good amount of verification necessary when touching the build system.

@samuela
Copy link
Author

samuela commented Feb 10, 2022

This was a while ago so I don't remember what is/was breaking, but node-pre-gyp has been deprecated for over a year now. Prioritization is ofc up to maintainers tho.

@ianhattendorf
Copy link
Member

This was handled alongside #1897, but thanks for bringing this to our attention!

@samuela samuela deleted the samuela/node-pre-gyp branch March 17, 2022 19:43
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

4 participants