Posts tagged with 'devops'
Rootless GitLab CI Container Builds with BuildKit
Forgive me in advance, but this post will probably be a bit rant-y. If you're looking for a way to do container builds in GitLab CI without a lot of fuss, this article is for you. RIP Kaniko I'm writing this post because Google recently canned yet an ... read more →
Optimizing Rust Builds with Target Flags
Recently I've been doing some work using Apache DataFusion for some high-throughput data pipelines. One of the interesting things I noticed on the user guide was the suggestion to set RUSTFLAGS='-C target-cpu=native'. This is actually a pretty common ... read more →