Hacker News new | ask | show | jobs
by joshuamorton 2631 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.