-
How To Install Docker on Debian Unstable
2022-10-02
A summary of changes to the Docker install procedure for Debian Unstable.
-
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
-
How to Merge Git Repositories
2022-01-22
How to merge two Git repositories preserving their full commit history
-
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