Both node-webkit and electron are just being downloaded from binary tarballs. It would be great if we could use the outputs of "chromium" to create a "chromiumcontent" output that could be used by these two frameworks as inputs.
issue #6689
It would be great indeed if vscode could be built from source because it is currently a non-free package (because the binaries are non-free) while, if built from source, it would be a free package (because the source code in under MIT license).
I could do this if someone would lend me computing power.
@yegortimoshenko
I could do this if someone would lend me computing power.
If you ask on IRC someone might be able to set up a Hydra jobset for you...
/cc @LnL7
Any idea how long these would take to build?
When I've built Chromium on my laptop with Intel i7-2677M CPU, it took around 24 hours. On Hydra, Electron should take about the same time to build as Chromium, as Node.js is relatively small, and Electron's own code should be negligible.
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
Most helpful comment
It would be great indeed if vscode could be built from source because it is currently a non-free package (because the binaries are non-free) while, if built from source, it would be a free package (because the source code in under MIT license).