Upgrade Bazel to 8.0.0

This commit is contained in:
2024-12-10 21:49:49 +01:00
parent af164f9af2
commit 5b531fa495
5 changed files with 185 additions and 47 deletions

View File

@ -10,6 +10,9 @@ platform(
constraint_values = [
"@platforms//cpu:x86_64",
"@platforms//os:windows",
"@bazel_tools//tools/cpp:clang-cl",
# @Todo(bazel) Bit weird to use a private thing.
# We used to use @bazel_tools//tools/cpp:clang-cl but it's deprecated
# in favor of... this?...
"@rules_cc//cc/private/toolchain:clang-cl",
],
)