-
Notifications
You must be signed in to change notification settings - Fork 662
Prebuilt binaries for v1.7.0 have incorrect permissions #76
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
Comments
Would this be what is causing |
It could definitely manifest as that, yes.
|
The easy workaround for this is to add |
Thank you for reporting this. It looks like this was caused by changing the machine we built those files on. We should have a fix for this out today. |
I spent several hours debugging a number of docker images that started having errors with rebuilding. Until PR #77 is published, I put a |
We have published [email protected], which should fix this problem. |
if 1.7.1 resolved this, @rmg lets close this issue? |
|
I haven't investigated this in depth but the |
@GregorySmith92 have you tried |
@sa-adebayo Yeah I also used an older version to get around this problem |
I am having trouble reproducing this issue with In addition, can you please try completely removing and re-installing the package, to ensure that the new binary is actually getting downloaded? |
don't know if this is related but I'm having the same issues with windows (see #99) and this was working just fine just a few days ago and no longer is the case, which has made us stopped our CI as it broke our staging environment. |
This is most definitely very outdated and irrelevant now. |
The permissions for the prebuilt linux binaries for v1.7.0 use
0750
instead of0755
and seem to be preserving some random-ish looking uid/gid instead of using the uid/gid of the installing process.The following were run inside a docker container (
docker run --rm -it node:8.6.0 bash
):v1.7.0:
v1.6.6:
The text was updated successfully, but these errors were encountered: