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

node-gyp: temporary fixes to support nightlies & rc builds, download header tarball only #2066

Closed
wants to merge 2 commits into from

Commits on Jun 26, 2015

  1. node-gyp: make aware of nightly, next-nightly & rc

    A temporary fix only, node-gyp needs to be made more intelligent
    upstream about figuring out where to find the download file by
    inspecting the binary.
    
    Floating patch on npm.
    rvagg committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    bda3a2d View commit details
    Browse the repository at this point in the history
  2. node-gyp: download header tarball for compile

    Temporary fix only, node-gyp needs to be aware of whether it can even
    download this file for the current runtime so that information needs to
    come from the process itself.
    
    Floating patch on npm.
    rvagg committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    14221ed View commit details
    Browse the repository at this point in the history