mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-10 09:38:25 -04:00
bazel: download pseudo-version tool instead of "go build" (#1629)
Required for bootstrapping bazel stamping since we cannot use "bazel build" during the workspace_status command. Adds a small script that builds the pseudo-version tool in bazel (without stamping) and uploads it to the mirror. On the first bazel build with stamping, the pseudo-version tool is downloaded.
This commit is contained in:
parent
1ae39703d1
commit
eb11e9ac8a
9 changed files with 153 additions and 2 deletions
|
@ -461,6 +461,7 @@ 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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue