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

Don't call node-gyp anymore #120673

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

TylerLeonhardt
Copy link
Member

This npx call was installing node-gyp 8.0 which requires a newer version of Python then what's in our containers.

I've removed it but also followed the advice of the comment that says only remove it if prebuild-install is updated in keytar...

So I updated keytar's dependencies which pulled in prebuild-install 6.1.1 with the fix.

If this isn't the right move, feel free to revert and then we can move to Debian Buster which has a version of Python that is new enough.

@TylerLeonhardt TylerLeonhardt merged commit 28a246d into main Apr 6, 2021
@TylerLeonhardt TylerLeonhardt deleted the TylerLeonhardt/dont-call-node-gyp-anymore branch April 6, 2021 23:33
@TylerLeonhardt TylerLeonhardt self-assigned this Apr 6, 2021
@ghost
Copy link

ghost commented Apr 7, 2021

#120671

joaomoreno pushed a commit that referenced this pull request Apr 7, 2021
This npx call was installing node-gyp 8.0 which requires a newer version of Python then what's in our containers.

I've removed it but also followed the advice of the comment that says only remove it if prebuild-install is updated in keytar...

So I updated keytar's dependencies which pulled in prebuild-install 6.1.1 with the fix.

If this isn't the right move, feel free to revert and then we can move to Debian Buster which has a version of Python that is new enough.
jrieken added a commit that referenced this pull request Apr 7, 2021
@github-actions github-actions bot locked and limited conversation to collaborators May 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant