Antonio Di Stefanothegrizzlydev.hashnode.dev·Aug 24, 2023Let's build a ruleset for Bazel! Getting started and setting up the development environmentWell, it's about time we start writing some code, but before getting started we are going to need a repository to work on. Luckily, there's a template we can start from in bazel-contrib/rules-template. This template is quite awesome as it sets up a b...DiscussLet's build a ruleset for Bazel! - rules_nushellbazel
Antonio Di Stefanothegrizzlydev.hashnode.dev·Aug 21, 2023Let's build a ruleset for Bazel! Introducing rules_nushellHey there, my dear apprentice in the dark arts of Bazel, it is my pleasure to make your acquaintance. I wonder what brought you here in the first place... Were you curious about building rules with Bazel? Or were you looking for cross-platform genrul...Discuss·28 readsLet's build a ruleset for Bazel! - rules_nushellbazel
Greg MagolanforAspect Blogblog.aspect.build·Sep 6, 2022Bazel + TypeScript: faster with Remote ExecutionThis post will show how much faster TypeScript builds can be when using remote execution, Bazel's unique ability to parallelize transpile and type-check work across a farm of machines. We hope that Bazel 6.0 will include fixes for symlinks support, m...Discuss·1 like·2.4K readsbazel
Son Luong Ngocsluongng.hashnode.dev·Jul 10, 2022Bazel Caching Explained (pt. 1): How Bazel WorksBefore we dive into Bazel’s caching mechanism, let’s first go over how Bazel works and some of the underlying assumptions that it makes. The Build Graph Bazel is an artifact-first Build Tools. This means the user asks Bazel for an artifact and Bazel ...Discuss·5 likes·11.1K readsBazel Caching Explainedbazel