tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit f33ccfb912ee1c8138178514eb3feff2b1c3a032
parent 78c5d5c79397890df70d9cfd1328da02bf5dcbe0
Author: mtmn <miro@haravara.org>
Date:   Mon, 15 Jun 2026 11:28:16 +0200

justfile: send build results to buildbuddy.io

Diffstat:
Mjustfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/justfile b/justfile @@ -37,7 +37,7 @@ run +targets: # Run `bazel build //<target>` build +targets: - {{ bazel }} build {{ "//" + replace(targets, " ", " //") }} + {{ bazel }} build --bes_results_url=https://mtmn.buildbuddy.io/invocation/ --bes_backend=grpcs://mtmn.buildbuddy.io {{ "//" + replace(targets, " ", " //") }} # Run `bazel build //<target>:deploy` deploy +targets: