GoogleContainerTools / rules_distroless

Apache License 2.0
54 stars 33 forks source link

chore: ignore MODULE.bazel.lock #112

Closed jjmaestro closed 1 week ago

jjmaestro commented 1 week ago

27242f41 pushed lock version to 12 (my guess is Bazel 8?) plus other changes that e.g. don't match running with .bazelversion's 7.3.1.

Regardless, the MODULE.bazel.lock file is still not stable and e.g. just running it in another operating system causes things to change... so let's just ignore it like I did for the e2e tests in 70c14c01

jjmaestro commented 1 week ago

It's causing quite a lot of churn with all the rebases of the PRs I have and I really don't think it adds any value. I'll rebase the PRs on top of this, please accept? 😓 🙏

jjmaestro commented 1 week ago

Closing as this was already in #109