Skip to content

Commit e3fb7d2

Browse files
authored
fix(bazel): target exec for ecsact_cli tool (#47)
1 parent da52101 commit e3fb7d2

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

MODULE.bazel.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ecsact/toolchain.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ecsact_toolchain = rule(
6262
doc = "A hermetically downloaded executable target for the target platform.",
6363
mandatory = False,
6464
allow_single_file = True,
65+
cfg = "exec",
6566
),
6667
"target_tool_path": attr.string(
6768
doc = "Path to an existing executable for the target platform.",

0 commit comments

Comments
 (0)