-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Urgent: node.lib not distributed for v0.8.27 #7805
Comments
+1 @tjfontaine please upload this file |
Bump, this is breaking many builds for me as well. |
This is blocking any use of node v0.8 on appveyor (an increasingly common tool, like travis, for testing node.js modules) because of this appveyor limitation: http://help.appveyor.com/discussions/problems/464-be-able-to-control-nodejs-patch-version |
I'm rerunning the builds, so I can upload the .lib's -- cutting a new 0.8 will require understanding how to fix the semver bug in an acceptable manner |
These have been uploaded and signed in a separate shasum file |
@TooTallNate does this resolve the current builds for 0.8? |
@tjfontaine Waiting for the output to complete from here, but ya everything looks good in the |
Which semver bug are you referring to? If you mean the use of |
v0.8.27 is good to me as of now, so gonna close this issue. It would be good to have npm on v0.8 not be crippled, but that's a topic for a separate thread. |
The dist files for 0.8.27 are missing node.lib (32 & 64bit). All other releases seem to have it. This is breaking node-gyp builds. For example, on Appveyor:
Relevant links:
http://nodejs.org/dist/v0.8.27/node.lib
http://nodejs.org/dist/v0.8.27/x64/node.lib
The text was updated successfully, but these errors were encountered: