mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-26 07:59:37 -05:00
bazel: use yq from sanbox in devbuild (#2264)
This commit is contained in:
parent
9477999be2
commit
1aea766a11
@ -19,10 +19,9 @@ sh_template(
|
||||
"@@CONTAINER_SUMS@@": "$(rootpath //bazel/release:container_sums)",
|
||||
"@@EDITION@@": "$(rootpath :devbuild_cli_edition)",
|
||||
"@@UPGRADE_AGENT@@": "$(rootpath //upgrade-agent/cmd:upgrade_agent_linux_amd64)",
|
||||
"@@YQ@@": "$(YQ_BIN)",
|
||||
"@@YQ@@": "$(rootpath @yq_toolchains//:resolved_toolchain)",
|
||||
},
|
||||
template = "prepare_developer_workspace.sh.in",
|
||||
toolchains = ["@yq_toolchains//:resolved_toolchain"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user