-
Bazel Rules: Decoupling Rules Interface
2022-02-03
Decoupled rules as a common pattern for packaging repositories
-
Bazel Rules: Packaging
2022-01-24
How to package Bazel rules into a separate repository
-
Bazel Rules: Multiple Outputs
2022-01-06
How to build and run multiple different targets using a macro
-
Bazel Rules: Macros
2021-12-30
We review Bazel’s evaluation model, learn to write and expand a macro, and cover related best practices
-
Bazel Rules: Multiple Source Files
2021-12-29
How to use multiple source files and run shell commands from a Bazel action
-
Bazel Rules: Source
2021-12-28
How to convert a template into a shell script
-
Bazel Rules: Output
2021-12-27
We look into an issue with conflicting target names and two possible ways to resolve it
-
Bazel Rules: Attributes
2021-12-27
Passing a string parameter from a BUILD file to a rule
-
Bazel Rules: Create an Executable
2021-12-26
How to build and run an executable shell script
-
Bazel Rules: Create a File
2021-12-26
A minimal implementation of a Bazel rule that actually builds something