Conversation
|
Hello BCR maintainers, modules without existing maintainers (fourward) have been updated in this PR. |
85a101a to
cda0b4d
Compare
|
Gentle ping, this is ready for review. |
|
@keith ready to be merged on my end. |
|
ci failures |
Head branch was pushed to by a user without write access
cda0b4d to
9a4b4e3
Compare
Require module maintainers' approval for newly pushed changes.
Fixed, ready to merge |
|
failed |
Pull request was closed
Require module maintainers' approval for newly pushed changes.
9a4b4e3 to
73e4c90
Compare
|
Why not call it |
I'd love to, but it seems Bzlmod doesn't allow that: https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleFileGlobals.java#L72-L74 |
fa82ee5 to
b3daa17
Compare
ea4fe1c to
b58b7bc
Compare
|
@keith took another crack at it, this time adding a bcr_test_module to my repo first to prefetch potential issue (smolkaj/4ward#475). |
|
failed |
|
Seems like a BCR issue :/ #8331 Currently hard-blocked, not sure what to do as a workaround :( |
Head branch was pushed to by a user without write access
b58b7bc to
e57a3b1
Compare
Require module maintainers' approval for newly pushed changes.
Summary
Initial BCR release of 4ward, a
spec-compliant reference implementation of P4₁₆ and P4Runtime for
dataplane validation and testing.
Depends on #8332 (`grpc@1.80.0.bcr.1`) for BCR presubmit
compatibility — grpc 1.80.0 declares `rules_swift@2.5.0` which
conflicts with Bazel 9's bundled `rules_swift@3.1.2` during the
vendor step (filed #8331).
BCR patch
Strips `git_override` blocks (p4c, grpc, behavioral_model,
bazel_clang_tidy) and non-BCR dev dependencies. Pins grpc to
`1.80.0.bcr.1` (rules_swift fix).
Consumer impact
Local verification
All steps pass locally before submission: