-
Notifications
You must be signed in to change notification settings - Fork 10
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
Road Map #19
Comments
|
Today I updated our "cross compiler" to decouple it from vagrant and add docker support. We now have an image that will cross compile package binaries. For those not so familiar with docker, it lets us treat the whole "VM" as a single command. It works and it will run anywhere we host our server. (unlike vagrant) It also has the advantage of being disposable, each package build is isolated from the next and from the host system. This negates a possible security problem (hacking build servers through gypfiles). Both the vagrant and docker Now we that we have a "command" that produces compiled packages, the build server will be much easier to build. |
We have a few different parts of the project.
I have a branch
npm-feed
where I started a spike of the status service. All of this is up for review and change. If you've got a different idea you'd like to try to get the job done, lets take a look at that too.cc @soldair
The text was updated successfully, but these errors were encountered: