Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Prebuilt Binaries have user + group attributes set #182

Open
chris-smith-zocdoc opened this issue Mar 31, 2020 · 0 comments
Open

Prebuilt Binaries have user + group attributes set #182

chris-smith-zocdoc opened this issue Mar 31, 2020 · 0 comments

Comments

@chris-smith-zocdoc
Copy link

The prebuilt binaries have the user and group attributes set which is causing some problems in our CI setup. When a container installs node-snappy, these files are extracted with the uid:gid 2000:2000.

Expected:
The file to be written as the current user, not these random user ids

wget https://github.com/kesla/node-snappy/releases/download/v6.2.3/snappy-v6.2.3-node-v72-linux-x64.tar.gz

mkdir tmp
tar -zxvf snappy-v6.2.3-node-v72-linux-x64.tar.gz -C tmp

ls -lah tmp/build/Release/binding.node

Prints

-rwxrwxrwx 1 2000 2000 73K Jun  6  2019 tmp/build/Release/binding.node
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant