Skip to content

Commit 331000e

Browse files
Merge pull request #120 from kellyma2/watch-lockfile
Watch the lock file
2 parents f76f794 + d08ef28 commit 331000e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bazeldnf/extensions.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ def _handle_lock_file(config, module_ctx, registered_rpms = {}):
177177
"nobest": config.nobest,
178178
}
179179

180+
module_ctx.watch(config.lock_file)
181+
180182
if config.cache_dir:
181183
repository_args["cache_dir"] = config.cache_dir
182184

0 commit comments

Comments
 (0)