We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d130eca commit e11868fCopy full SHA for e11868f
1 file changed
test/foss/templates/MODULE.template
@@ -3,9 +3,3 @@ local_path_override(
3
path = "../../../../",
4
)
5
bazel_dep(name = "codechecker_bazel")
6
-# zlib-modules runs on bazel 6 too
7
-bazel_dep(name = "rules_python", version = "0.38.0")
8
-# rules_cc can't be added a second time to a project
9
-# since we specifically target c++ projects in our test suit
10
-# They are more than likely to have already included rules_cc as a dependency
11
-#bazel_dep(name = "rules_cc", version = "0.2.16")
0 commit comments