Skip to content

Commit fe224ae

Browse files
committed
comment: use exec configuration for the lock target
1 parent a8a063c commit fe224ae

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
@@ -274,6 +274,7 @@ _lock_run = rule(
274274
"lock": attr.label(
275275
doc = "The lock target that is doing locking in a build action.",
276276
providers = [_RunLockInfo],
277+
cfg = "exec",
277278
),
278279
"output": attr.string(
279280
doc = """\

0 commit comments

Comments
 (0)