Skip to content

Commit c947eb9

Browse files
authored
fix: allow host environment variables in recipe bundle rule (#57)
1 parent 3c8f56a commit c947eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ecsact/private/ecsact_build_recipe.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ def _ecsact_build_recipe_bundle(ctx):
131131
executable = executable,
132132
arguments = [args],
133133
toolchain = Label("//ecsact:toolchain_type"),
134+
# need curl in PATH due to https://github.com/ecsact-dev/ecsact_cli/issues/115
135+
use_default_shell_env = True,
134136
)
135137
return DefaultInfo(
136138
files = depset([bundle_output_file]),

0 commit comments

Comments
 (0)