Skip to content

Commit

Permalink
turn on spill again
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto committed Jun 28, 2023
1 parent 95fa196 commit 74c99d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/private/deb/deb.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _pkg_deb_impl(ctx):
args.add("--provides", d)

args.set_param_file_format("flag_per_line")
args.use_param_file("@%s", use_always = False)
args.use_param_file("@%s", use_always = True)
print(args)
ctx.actions.run(
mnemonic = "MakeDeb",
Expand Down

0 comments on commit 74c99d3

Please sign in to comment.