Closed jjmaestro closed 4 weeks ago
[!NOTE] Stacked on top of #87
Add support for MODULE.bazel to the lock script and avoid printing an unnecessary (and annoying 😅) error when building in a "modern repo".
MODULE.bazel
Add a nolock attribute to avoid getting annoying DEBUG messages for repos that we explicitly want to run without a lock.
nolock
DEBUG
@jjmaestro could you rebase this one?
@thesayyn done! I've also rebased the rest
feat: add support for MODULE.bazel to the lock copy.sh script
Add support for
MODULE.bazel
to the lock script and avoid printing an unnecessary (and annoying 😅) error when building in a "modern repo".feat: avoid DEBUG messages for lockless repos
Add a
nolock
attribute to avoid getting annoyingDEBUG
messages for repos that we explicitly want to run without a lock.