Why would you want a hermetic C++ toolchain?
Aug 19, 2022 · 4 min read · Bazel is usually thought of as a hermetic build system. But the default behaviour you get with Bazel's C/C++ built-in rules is not hermetic! Why does this matter? The short answer: Reproducibility and portability. Developers want their code to compil...
JJunhyeok commented

