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

Fix compile issue introduced by nodejs change (increment node-pre-gyp version) #1034

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

subtly
Copy link
Contributor

@subtly subtly commented Aug 29, 2018

Updating node-pre-gyp to 0.11 fixes a compile error caused by nodejs/node#21063 and mapbox/node-pre-gyp#391. The issue irregularly occurs due to upstream changes to callbacks which, following a download failure, can cause duplicate callbacks which result in two builds of sqlite3 instead of one; the build consequently fails because the second build often removes files created by the first build. See: mapbox/node-pre-gyp#408

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fixes compile issue caused by nodejs/node#21063 and mapbox/node-pre-gyp#391. See: mapbox/node-pre-gyp#408
@kewde
Copy link
Collaborator

kewde commented Dec 3, 2018

Triggering CI again.

@kewde kewde merged commit 5bb0dc0 into TryGhost:master Dec 4, 2018
@kewde
Copy link
Collaborator

kewde commented Dec 4, 2018

Thank you!

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

2 participants