Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: locking with bzlmod #73

Merged
merged 1 commit into from
Sep 5, 2024
Merged

fix: locking with bzlmod #73

merged 1 commit into from
Sep 5, 2024

Conversation

thesayyn
Copy link
Collaborator

@thesayyn thesayyn commented Aug 9, 2024

Bzlmod locking was broken as well, this fixes it and reverts some changes from #70

@thesayyn thesayyn force-pushed the fix_locking branch 2 times, most recently from 9523dfe to 936aa5a Compare August 9, 2024 21:38
@thesayyn
Copy link
Collaborator Author

ping @alexeagle

@thesayyn thesayyn merged commit 96d5a6f into main Sep 5, 2024
7 checks passed
wksp_file="WORKSPACE"
elif [ -e $BUILD_WORKSPACE_DIRECTORY/WORKSPACE.bazel ]; then
wksp_file="WORKSPACE.bazel"
else

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you should have checked MODULE.bazel too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added this in #88, hopefully it'll be merged soon :)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick turnaround, I really appreciate it!

jjmaestro added a commit to jjmaestro/rules_distroless that referenced this pull request Sep 19, 2024
PR GoogleContainerTools#73 added the `_resolve` and this breaks the buildozer fix / autofix
jjmaestro added a commit to jjmaestro/rules_distroless that referenced this pull request Sep 22, 2024
PR GoogleContainerTools#73 added the `_resolve` and this breaks the buildozer fix / autofix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants