We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 473b85e + cc01093 commit b1e184fCopy full SHA for b1e184f
stage0/defs.bzl
@@ -196,7 +196,7 @@ def _stage0_executable_impl(ctx: AnalysisContext) -> list[Provider]:
196
197
ctx.actions.run(frob, category = "dist")
198
199
- command = overlay.project("bin").project(ctx.label.name).with_associated_artifacts(hidden)
+ command = overlay.project("bin").project(ctx.label.name).with_associated_artifacts([overlay] + hidden)
200
201
if ctx.attrs.env:
202
command = cmd_script(
0 commit comments