Y
Hacker News
new
|
ask
|
show
|
jobs
by
shaklee3
2632 days ago
How would it do that besides building in a container?
2 comments
joshuamorton
2632 days ago
Look into bazel, pants, and similar hermetic build systems.
You pin all dependencies and manage flags and such but via the build system.
link
pfranz
2632 days ago
I don't know if this is what the parent was intending (I'm curious to see other examples), but depending on your definition Nix (nixos.org) seems to fit that need.
link
You pin all dependencies and manage flags and such but via the build system.