-
Notifications
You must be signed in to change notification settings - Fork 30k
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
installer: install headers and iojs.lib on windows #245
Comments
iojs.lib is being uploaded along with iojs.exe in the [nightlies](https://iojs.org/download/nightly/ with one departure from the way it's done on nodejs.org/dist/ - they are put in subdirectories, named win-x64 and win-x86, whereas on nodejs.org the 32-bit ones are dumped in the top level and there is an "x64" directory just for windows 64-bit. Our source tarball is getting close to 20Mb now, it's already a pain to download this with node-gyp just for the headers, I'd like us to do a trimmed source for download, perhaps just what you need to build a binary, or just headers or some other combination of files that excludes the big unnecessary assets (and tests). I'm happy to put another process into the build pipeline if it's just a make target, currently we're doing |
iojs.lib is being uploaded along with iojs.exe in the nightlies with one departure from the way it's done on nodejs.org/dist/ - they are put in subdirectories, named win-x64 and win-x86, whereas on nodejs.org the 32-bit ones are dumped in the top level and there is an "x64" directory just for windows 64-bit. Our source tarball is getting close to 20Mb now, it's already a pain to download this with node-gyp just for the headers, I'd like us to do a trimmed source for download, perhaps just what you need to build a binary, or just headers or some other combination of files that excludes the big unnecessary assets (and tests). I'm happy to put another process into the build pipeline if it's just a make target, currently we're doing |
This will slip for the v1.0.0 milestone. That should add no more than 600kb (uncompressed) to the distribution. |
.. hows the status, can this be closed now? iojs.lib is in |
No description provided.
The text was updated successfully, but these errors were encountered: