words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Bazel
11
Jun 2025
Add zig dependency in bazel
`[rules-zig][https://github.com/aherrmann/rules_zig]` doesn't use `zon` files(yet) and addind dependencies involves add...
09
Jun 2025
Use `protoc` bin instead of building from source in `bazel`
I work on a project that uses `pulumi` automation api, which in turn uses `protobuf`. I think there are other bits in `...
06
Jun 2025
Build and push container image using bazel
I am building a small [golang](/tags/golang) [webapp](/tags/webapp), and I want to push a [container](/tags/oci) up for...
14
Nov 2023
Unable to write to $HOME/.pulumi/credentials.json during bazel test
# The Problem {#the-problem} You can add it to your \~/.bazelrc (it needs the path to be absolute) From our integrati...
13
Nov 2023
Separating out integration tests for golang in Bazel
There are many kinds of automated tests and two main kinds are integration tests and unit tests. Unit tests are design...
07
Nov 2023
Bazel + Pulumi Automation API. Deploying an inline stack along with Pulumi.[stack].yaml
I believe in CI/CD/CD as in Continuous, integration, delivery and deployment. As part of this, I am setting up a workfl...
01
Nov 2023
Including a built artifact in another target (Bazel, golang)
We use pulumi to do IaC and we use a monorepo with Bazel as the build tool. We have out modules set out as following O...