Update some Bazel rules

This commit is contained in:
2025-04-11 19:57:37 +02:00
parent afbfd0e781
commit 837f696971
3 changed files with 49 additions and 25 deletions

View File

@ -5,8 +5,7 @@ build --enable_platform_specific_config
build --build_python_zip=false
build:windows --extra_execution_platforms=//:x64_windows-clang-cl
# @Todo(bazel) We should be able to use @local_config_cc...
build:windows --extra_toolchains=@@rules_cc++cc_configure_extension+local_config_cc//:cc-toolchain-x64_windows-clang-cl
build:windows --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
build:linux --repo_env=CC=clang