Skip to content

Commit

Permalink
pw_presubmit: Set remote_download_outputs=minimal
Browse files Browse the repository at this point in the history
Fixes: 371043540
Change-Id: Iaa535a100b4869dd14e1f94b43e68723805b3057
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/258714
Lint: Lint 🤖 <[email protected]>
Docs-Not-Needed: Ted Pudlik <[email protected]>
Reviewed-by: Rob Mohr <[email protected]>
Commit-Queue: Ted Pudlik <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jan 22, 2025
1 parent d702aa2 commit 74fb2fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pw_presubmit/py/pw_presubmit/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ def bazel(
ctx: PresubmitContext,
cmd: str,
*args: str,
# TODO: https://pwbug.dev/371043540 - Change the default to 'minimal' once
# all downstream projects that need different behavior are updated.
remote_download_outputs: str = 'toplevel',
remote_download_outputs: str = 'minimal',
stdout: io.TextIOWrapper | None = None,
strict_module_lockfile: bool = False,
use_remote_cache: bool = False,
Expand Down

0 comments on commit 74fb2fc

Please sign in to comment.