bazel: use yq from sanbox in devbuild (#2264)

This commit is contained in:
Malte Poll 2023-08-21 11:08:10 +02:00 committed by GitHub
parent 9477999be2
commit 1aea766a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"],
)