Skip to content

Commit b6e1b8b

Browse files
committed
also add no-progress
1 parent e7a3052 commit b6e1b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/uv/private/lock.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def _lock_impl(ctx):
7878
lock_args.add("--custom-compile-command", update_command)
7979
run_args.extend(("--custom-compile-command", "'{}'".format(update_command)))
8080

81+
lock_args.add("--no-progress")
8182
lock_args.add("--quiet")
8283
lock_args.add("--python", py_runtime.interpreter)
8384
lock_args.add_all(args)

0 commit comments

Comments
 (0)