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

Prebuilt Binaries have user + group attributes set #182

@chris-smith-zocdoc

Description

@chris-smith-zocdoc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions