Skip to content

Commit b1e184f

Browse files
authored
Merge pull request #69 from dtolnay/remoteclippy
Fix remote stage0 clippy-driver
2 parents 473b85e + cc01093 commit b1e184f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage0/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _stage0_executable_impl(ctx: AnalysisContext) -> list[Provider]:
196196

197197
ctx.actions.run(frob, category = "dist")
198198

199-
command = overlay.project("bin").project(ctx.label.name).with_associated_artifacts(hidden)
199+
command = overlay.project("bin").project(ctx.label.name).with_associated_artifacts([overlay] + hidden)
200200

201201
if ctx.attrs.env:
202202
command = cmd_script(

0 commit comments

Comments
 (0)