mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 16:55:15 -04:00
bazel: refactor shell rules into own package
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
e3f37e9a38
commit
a0fddd44eb
6 changed files with 14 additions and 19 deletions
|
@ -1,16 +1,14 @@
|
|||
load("//bazel/ci:def.bzl", "sh_template")
|
||||
load("//bazel/sh:def.bzl", "sh_template")
|
||||
|
||||
sh_template(
|
||||
name = "devbuild",
|
||||
data = [
|
||||
"//bazel/ci:base_lib",
|
||||
"//bootstrapper/cmd/bootstrapper",
|
||||
"//cli:cli_oss_host",
|
||||
"//debugd/cmd/cdbg:cdbg_host",
|
||||
"//upgrade-agent/cmd",
|
||||
],
|
||||
substitutions = {
|
||||
"@@BASE_LIB@@": "$(rootpath //bazel/ci:base_lib)",
|
||||
"@@BOOTSTRAPPER@@": "$(rootpath //bootstrapper/cmd/bootstrapper)",
|
||||
"@@CDBG@@": "$(rootpath //debugd/cmd/cdbg:cdbg_host)",
|
||||
"@@CLI@@": "$(rootpath //cli:cli_oss_host)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue