Add Bazel RBE integration guide (DI-574)#237
Draft
celanthe wants to merge 3 commits into
Draft
Conversation
New customer-facing page covering Orka as the macOS worker layer in a Bazel Remote Build Execution setup. Covers two paths: open-source buildfarm (recommended) and BuildBuddy (for teams already using it). Includes multi-worker deployment, GitHub Actions workflow automation, LaunchDaemon auto-start pattern, and persistent cache setup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
- Expand bare-metal re-imaging explanation (DEP, Xcode, hours not seconds) - Rename Image versioning to Pinned build environments with Xcode drift framing - Add isolation bullet explaining cross-project contamination risk - Tighten worker pool scaling bullet - Source: competitive research from MPD-81 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Switch server and worker startup from `bazelisk run` (rebuilds from source on every restart) to pre-built JARs run with `java -jar`, matching the verified approach in the quickstart. Also replace config.minimal.yml references with flat YAML configs — the !include-based examples format does not work at runtime. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
orka/orka-devops-integrations/bazel-rbe.mdxStatus
Draft — pending:
Research
WIP: needs Heath sync and further refinement before the doc can be finalized.
Refs
Closes DI-574 (once verified and reviewed)
🤖 Generated with Claude Code