Bazel: fix codeql_pack installation on Windows

This commit is contained in:
Paolo Tranquilli
2024-05-27 16:09:42 +02:00
parent 6bbad22672
commit 2f53c0e640
2 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ build:windows --cxxopt=/std:c++20 --cxxopt=/Zc:preprocessor --host_cxxopt=/std:c
startup --windows_enable_symlinks
common --enable_runfiles
# with the above, we can avoid building python zips which is the default on windows as that's expensive
build --nobuild_python_zip
common --registry=file:///%workspace%/misc/bazel/registry
common --registry=https://bcr.bazel.build