mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Bazel: reference (and locally stub) internal module
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user