Discover why relying on Bash scripts for CI pipelines can be risky and learn about better alternatives. Avoid the pitfalls of complex, error-prone Bash scripts with our insights into more reliable CI/
I have been using bazel extensively with rust at my day job (working in a massive embedded monorepo). I am actually very happy with bazel for this so far.…