Bazel: rename internal module to semmle_code

This commit is contained in:
Paolo Tranquilli
2024-02-21 16:48:23 +01:00
parent cb5e3c336d
commit 61bfe7e520
10 changed files with 35 additions and 35 deletions

View File

@@ -2,7 +2,7 @@ common --enable_platform_specific_config --experimental_enable_bzlmod
# when using repo standalone, we want still to unlock loading the internal repository module
# actually using things from that module will obviously end up in an error
common --override_module=codeql_internal=%workspace%/misc/bazel/codeql_internal_stub
common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
build --repo_env=CC=clang --repo_env=CXX=clang++