Bazel: reference (and locally stub) internal module

This commit is contained in:
Paolo Tranquilli
2024-02-12 15:58:43 +01:00
parent 53539226a8
commit c0eeb7a34e
6 changed files with 14 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ module(
version = "0.0",
)
# this points to our internal repository when `codeql` is checked out as a submodule thereof
# when building things from `codeql` independently this is stubbed out in `.bazelrc`
bazel_dep(name = "codeql_internal", version = "0.0")
local_path_override(
module_name = "codeql_internal",