Bazel: add empty registry override

This will unblock work in parallel on two separate PRs that require
patching different modules.
This commit is contained in:
Paolo Tranquilli
2024-04-29 13:31:48 +02:00
parent 607ed2efb4
commit a28f87fff0
8 changed files with 280 additions and 0 deletions

4
.bazelrc.internal Normal file
View File

@@ -0,0 +1,4 @@
# this file should contain bazel settings required to build things from `semmle-code`
common --registry=file:///%workspace%/ql/misc/bazel/registry
common --registry=https://bcr.bazel.build