aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2025-04-24 09:18:31 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2025-04-24 09:18:31 +0200
commit0595aa0f0f334d3cae1f9d8843a85afe204ae2a7 (patch)
tree10c4349c6cdf12996da0d06b70f2ec33e194f7a0
parent991891570546a38e3f60e4b9055d6ff20a1e5c8f (diff)
downloadjgit-0595aa0f0f334d3cae1f9d8843a85afe204ae2a7.tar.gz
jgit-0595aa0f0f334d3cae1f9d8843a85afe204ae2a7.zip
Remove option to enable bzlmodHEADmaster
since it's enabled by default since bazel 7. Also remove comment to migrate dependencies to MODULE.bazel since that has been finished now. Change-Id: I7192ad4f0be88fab5bb40ecbea0aef9d57bb3466
-rw-r--r--.bazelrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.bazelrc b/.bazelrc
index 8235a8ef18..0006880b93 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,8 +1,3 @@
-# TODO(davido): Migrate all dependencies from WORKSPACE to MODULE.bazel
-# https://issues.gerritcodereview.com/issues/303819949
-
-common --enable_bzlmod
-
build --workspace_status_command="python3 ./tools/workspace_status.py"
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
build --incompatible_strict_action_env