mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 10:08:33 -04:00
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:
parent
149820fdce
commit
46d69abe10
14 changed files with 36 additions and 354 deletions
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue