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

@@ -1,5 +1,9 @@
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
build --repo_env=CC=clang --repo_env=CXX=clang++
build:linux --cxxopt=-std=c++20