Congcong Cai
3d36855bd2
chore: upgrade zlib to 1.3.1 ( #17029 )
...
`zlib` cannot be complied in macos (https://github.com/madler/zlib/pull/895 ).
This PR wants to upgrade zlib to 1.3.1 to avoid this issue.
Closes #17029
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17029 from HerrCai0907:update/zlib fd6c66ba1c
PiperOrigin-RevId: 644108726
5 months ago
Protobuf Team Bot
2eb4d69ed5
Add minimal Python support to MODULE.bazel
...
PiperOrigin-RevId: 642857334
6 months ago
Protobuf Team Bot
4a5660c889
Automated rollback of commit 4dc164884c
.
...
PiperOrigin-RevId: 642058565
6 months ago
Protobuf Team Bot
f3c140f96c
Add Rust support to MODULE.bazel
...
PiperOrigin-RevId: 640804047
6 months ago
Mike Kruskal
4dc164884c
Automated rollback of commit e1bf1f048e
.
...
PiperOrigin-RevId: 640697358
6 months ago
Protobuf Team Bot
a450c9cad0
Add rules_fuzzing dependency to MODULE.bazel.
...
PiperOrigin-RevId: 640636275
6 months ago
Protobuf Team Bot
e1bf1f048e
Update rules_python to 0.28.0
...
Closes #15849
PiperOrigin-RevId: 640633756
6 months ago
Sandy Zhang
df630fa6f1
MODULE.bazel fixes for protobuf BCR release.
...
- Specifies bazel version for presubmits
- Set C++14 version (default is c++11 otherwise, which is unsupported)
- Update MODULE.bazel version + updater since publish-to-bcr can't handle constants and adds a duplicate version number
PiperOrigin-RevId: 633729225
7 months ago
Mike Kruskal
95877d8569
Updating version.json and repo version numbers to: 28-dev ( #16555 )
...
Closes #16555
PiperOrigin-RevId: 626081638
7 months ago
Keith Smiley
1bc6d6d532
[bzlmod] Set repo_name to com_google_protobuf ( #16495 )
...
This is currently required by 8d025c08ff/upb_generator/bootstrap_compiler.bzl (L30)
We could try to change it but this is fine to do for now
Closes #16495
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/16495 from keith:ks/bzlmod-set-repo_name-to-com_google_protobuf 357776de4a
PiperOrigin-RevId: 625820218
7 months ago
Keith Smiley
9c686a2c5c
[bzlmod] Set repo_name to com_google_protobuf ( #16495 )
...
This is currently required by 8d025c08ff/upb_generator/bootstrap_compiler.bzl (L30)
We could try to change it but this is fine to do for now
Closes #16495
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/16495 from keith:ks/bzlmod-set-repo_name-to-com_google_protobuf 357776de4a
PiperOrigin-RevId: 625786077
7 months ago
Protobuf Team Bot
c755d9ac1a
Add `load()` statements for the Bazel builtin top-level java symbols
...
Loads are being added in preparation for moving the symbols out of Bazel and into `rules_java`.
PiperOrigin-RevId: 625688195
7 months ago
Sandy Zhang
b267cd4e16
Pull ouot MODULE.bazel module version into PROTOBUF_VERSION string variable for automation to update version numbers during release
...
PiperOrigin-RevId: 623624712
8 months ago
Protobuf Team Bot
21d75f861c
Remove references to rules_proto
...
They are not needed after the rules are move into protobuf repo.
Except for the reference to toolchain type, which is currently in rules_proto and can be moved after the implementation is moved into protobuf repo.
PiperOrigin-RevId: 622176865
8 months ago
Alex Eagle
71e4061ace
feat: test bzlmod usage on CI ( #16319 )
...
Closes #16319
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/16319 from protocolbuffers:bcr d66845cfcb
PiperOrigin-RevId: 619939078
8 months ago
Protobuf Team Bot
312986896d
Disable Bzlmod explicitly in .bazelrc
...
This will help make sure [Bazel Downstream Pipeline](https://github.com/bazelbuild/continuous-integration/blob/master/docs/downstream-testing.md ) is green after enabling Bzlmod at Bazel@HEAD
See https://github.com/bazelbuild/bazel/issues/18958#issuecomment-1749058780
Related https://github.com/protocolbuffers/protobuf/issues/14313
Closes: https://github.com/protocolbuffers/protobuf/pull/14314
PiperOrigin-RevId: 572920528
1 year ago