Skip to content

github.com/buchgr/bazel-remote: new package - #13957

Open
tannevaled wants to merge 1 commit into
pkgxdev:mainfrom
tannevaled:add/bazel-remote
Open

github.com/buchgr/bazel-remote: new package#13957
tannevaled wants to merge 1 commit into
pkgxdev:mainfrom
tannevaled:add/bazel-remote

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

What

Adds a recipe for bazel-remote — a remote build cache for Bazel and other REAPI clients (HTTP + gRPC REST cache, disk/S3 backends, GC/quota). It is the de-facto self-hosted cache used to share/resume Bazel build actions across machines and CI runners.

Build

Pure-Go, built with go.dev (module github.com/buchgr/bazel-remote/v2). No CGO. Linux uses -buildmode=pie (the usual golang#402 workaround), matching other Go recipes in the pantry.

Validation (local)

  • Built v2.6.2 from the release tarball with the recipe's exact build script → bazel-remote binary produced.
  • Ran the recipe test (bazel-remote --help matches remote build cache) → passes.
  • Recipe validates against the pkgx package schema.

🤖 Generated with Claude Code

A remote build cache for Bazel and other REAPI clients. Pure-Go build via
go.dev; validated locally by building v2.6.2 and exercising the test.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant