bazel: rewrite pseudo-version stamping in bash (#2020)

* bazel: simplify workspace_status command to only depend on bash and git
* bazel: remove pseudo-version freshness code
This commit is contained in:
Malte Poll 2023-07-05 14:42:18 +02:00 committed by GitHub
parent 149820fdce
commit 46d69abe10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 36 additions and 354 deletions

View file

@ -461,7 +461,6 @@ multirun(
":govulncheck",
":deps_mirror_check",
":proto_targets_check",
"//hack/pseudo-version:pseudo_version_tool_freshness",
] + select({
"@io_bazel_rules_go//go/platform:darwin_arm64": [
":shellcheck_noop_warning",
@ -489,8 +488,3 @@ multirun(
jobs = 0, # execute concurrently
visibility = ["//visibility:public"],
)
repo_command(
name = "pseudo_version_tool_freshness",
command = "//hack/pseudo-version/check",
)