commit aa5366565d091635227f39033273af1430a3d716 parent 9b1f072c20bc81dc6ef542013455c6b81a562f7e Author: mtmn <miro@haravara.org> Date: Sun, 14 Jun 2026 23:25:33 +0200 bazel: move cache opts to ~/.bazelrc Diffstat:
| M | .bazelrc | | | 7 | ------- |
| M | .build.yml | | | 2 | +- |
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/.bazelrc b/.bazelrc @@ -23,10 +23,3 @@ build --verbose_failures build --jobs=auto build --@rules_rust//rust/toolchain/channel=nightly - -build --bes_results_url=https://app.buildbuddy.io/invocation/ -build --bes_backend=grpcs://remote.buildbuddy.io - -common --remote_cache=grpcs://remote.buildbuddy.io -common --remote_cache_compression -common --remote_timeout=10m diff --git a/.build.yml b/.build.yml @@ -16,7 +16,7 @@ sources: - https://git.sr.ht/~mtmn/tools secrets: - - 3545a6a6-bbc7-403a-a81b-cb29ababa730 + - 5d5cc3a6-71d0-490f-94e9-5755066a3b2c tasks: - build: |