Merge pull request #18257 from github/criemen/bazel-8-00

Upgrade bazel to 8.0.0.
This commit is contained in:
Cornelius Riemenschneider
2024-12-11 11:14:41 +01:00
committed by GitHub
22 changed files with 42 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary")
py_binary(
name = "gen-git-assembly-info",
srcs = ["gen-git-assembly-info.py"],