commit | 312986896dafdbf2475601be8fa0a2faefc40b2f | [log] [tgz] |
---|---|---|
author | Protobuf Team Bot <protobuf-github-bot@google.com> | Thu Oct 12 08:55:44 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 12 08:58:17 2023 -0700 |
tree | 60d0715785f364b916b2be02d77b856a92c94e7b | |
parent | edee290572baa7f95abb8e6a949b74a1ea83ba50 [diff] [blame] |
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
diff --git a/MODULE.bazel b/MODULE.bazel new file mode 100644 index 0000000..2d43e46 --- /dev/null +++ b/MODULE.bazel
@@ -0,0 +1,2 @@ +# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel +# https://github.com/protocolbuffers/protobuf/issues/14313