mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: fix use of YQ to be hermetic during "bazel run"
This commit is contained in:
parent
6c6e2ca2f4
commit
d3fee12947
@ -332,10 +332,9 @@ sh_template(
|
||||
"@@HELM@@": "$(rootpath :com_github_helm_helm)",
|
||||
"@@MEASUREMENT_GENERATOR@@": "$(rootpath //internal/attestation/measurements/measurement-generator:measurement-generator)",
|
||||
"@@STRINGER@@": "$(rootpath @org_golang_x_tools//cmd/stringer:stringer)",
|
||||
"@@YQ@@": "$(YQ_BIN)",
|
||||
"@@YQ@@": "$(rootpath @yq_toolchains//:resolved_toolchain)",
|
||||
},
|
||||
template = "go_generate.sh.in",
|
||||
toolchains = ["@yq_toolchains//:resolved_toolchain"],
|
||||
)
|
||||
|
||||
# deps_mirror_fix fixes bazel workspace rules for external dependencies.
|
||||
|
Loading…
Reference in New Issue
Block a user