feat(build): prototype Bazel build system - #2414
Open
SDAChess wants to merge 1 commit into
Open
Conversation
Collaborator
Author
|
/ok-to-test 9b90419 |
Collaborator
Author
|
/ok-to-test 4cd424a |
Collaborator
Author
|
/ok-to-test 0b0f428 |
Collaborator
Author
|
/ok-to-test 33d024b |
Collaborator
Author
|
/ok-to-test a7a6fd1 |
Collaborator
Author
|
/ok-to-test b4692f7 |
Collaborator
Author
|
/ok-to-test 6b1a4e9 |
Collaborator
Author
|
/ok-to-test d3302fa |
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
from
July 23, 2026 09:59
a367923 to
cb12f01
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Collaborator
Author
|
/ok-to-test e8e0def |
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
from
July 23, 2026 10:24
e8e0def to
fcb06fe
Compare
Collaborator
Author
|
/ok-to-test 37816aa |
Collaborator
Author
|
/ok-to-test 0e7434c |
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
from
July 23, 2026 15:13
0e7434c to
6c1143d
Compare
Collaborator
Author
|
/ok-to-test 6c1143d |
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
from
July 23, 2026 15:22
6c1143d to
252369c
Compare
Collaborator
Author
|
/ok-to-test 252369c |
Collaborator
Author
|
/ok-to-test 018db3a |
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
from
July 24, 2026 12:32
018db3a to
ce63b82
Compare
Collaborator
Author
|
/ok-to-test 83e846d |
Collaborator
Author
|
/ok-to-test 473b5a8 |
Collaborator
Author
|
/ok-to-test 284d2cd |
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
2 times, most recently
from
July 31, 2026 08:52
c7f974c to
7895d3a
Compare
SDAChess
marked this pull request as ready for review
July 31, 2026 08:56
Collaborator
Author
|
/ok-to-test 5248b64 |
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
from
July 31, 2026 13:11
e17436a to
4fadf2e
Compare
SDAChess
enabled auto-merge
July 31, 2026 15:43
SDAChess
disabled auto-merge
July 31, 2026 15:43
Establish the Phase 1 reference implementation proposed by RFC 0012 while retaining the existing Cargo and Mise workflows during evaluation. - pin Bazel 9.1.1 and configure Bzlmod, rules_rs, LLVM, protobuf, and Rust 1.95 toolchains - import third-party crates from Cargo metadata and propagate the workspace version into Bazel targets - add library, binary, proc-macro, unit-test, and integration-test targets across the supported Rust workspace crates and drivers - generate protobuf Rust sources and descriptor sets under Bazel while preserving Cargo-compatible generated-code imports - annotate aws-lc-sys and zstd-sys native dependencies, build Z3 4.15.2 from source, and generate z3-sys bindings - make CLI and procfs test fixtures available as explicit Bazel inputs without relying on fixed host binary paths - define optimized release targets for Linux x86_64 and aarch64 CLI, sandbox, and gateway binaries, plus macOS aarch64 artifacts - add Bazel, buildifier, and lcov to the Nix development environment RFC: 0012 (rfc12 branch) Refs: #2491 Signed-off-by: Simon Scatton <[email protected]>
SDAChess
force-pushed
the
sscatton/bazel-build-system
branch
from
July 31, 2026 15:59
a97673d to
b775d95
Compare
krishicks
approved these changes
Jul 31, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 31, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 31, 2026
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
Related Issue
Changes
Testing
mise run pre-commitpassesChecklist