mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-20 13:58:47 -04:00
bazel: use yq from sanbox in devbuild (#2264)
This commit is contained in:
parent
9477999be2
commit
1aea766a11
1 changed files with 1 additions and 2 deletions
|
@ -19,10 +19,9 @@ sh_template(
|
||||||
"@@CONTAINER_SUMS@@": "$(rootpath //bazel/release:container_sums)",
|
"@@CONTAINER_SUMS@@": "$(rootpath //bazel/release:container_sums)",
|
||||||
"@@EDITION@@": "$(rootpath :devbuild_cli_edition)",
|
"@@EDITION@@": "$(rootpath :devbuild_cli_edition)",
|
||||||
"@@UPGRADE_AGENT@@": "$(rootpath //upgrade-agent/cmd:upgrade_agent_linux_amd64)",
|
"@@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",
|
template = "prepare_developer_workspace.sh.in",
|
||||||
toolchains = ["@yq_toolchains//:resolved_toolchain"],
|
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue