Skip to content

Option to disable node-gyp build and instead fail if binary fails #281

Description

@rainecheck

I'm running this on a minimal image without python. I would rather have it fail early if the binary from our registry fails than it falling back to node-gyp. I didn't see this as a configuration option. Exposing this as an option would be great. Not sure if there's a better implementation, but something as simple as the node-gyp -j max rebuild call in install to { RE2_NO_NODEGYP && exit 1; node-gyp -j max rebuild } could be tried.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions