aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo List <ilist@google.com>2022-09-21 08:43:06 +0000
committerIvo List <ilist@google.com>2022-09-21 08:43:06 +0000
commitad04b537f2570b9517f6c0fc1e0a4730232e3232 (patch)
treeec7edc33af5a7714aa46b8a59cae17bd6ca76e2f
parenta2c430f40a6f9975a141e6420f1a483631b059ef (diff)
downloadbazelbuild-rules-proto-ad04b537f2570b9517f6c0fc1e0a4730232e3232.tar.gz
Fixes
-rw-r--r--.bazelrc2
-rw-r--r--.bcr/presubmit.yml2
-rw-r--r--MODULE.bazel1
3 files changed, 2 insertions, 3 deletions
diff --git a/.bazelrc b/.bazelrc
index 4fadfce..f1a8f3d 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1 +1 @@
-build:bzlmod --experimental_enable_bzlmod
+build:bzlmod --enable_bzlmod
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 0cdbbf6..59c12a0 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -1,7 +1,7 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
tasks:
- run_tests:
+ verify_build_targets:
name: "Verify build targets"
platform: ${{ platform }}
build_targets:
diff --git a/MODULE.bazel b/MODULE.bazel
index c1085ff..41a695b 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,6 @@
module(
name = "rules_proto",
compatibility_level = 1,
- repo_name = "rules_proto",
version = "5.3.0-21.5",
)