-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add rules_shell dep to rules_bazel_integration_test #368
Conversation
Looks like the MODULE.bazel.lock file is stale. Upload a new version and I'll re-approve |
Head branch was pushed to by a user without write access
@katre I updated the MODULE lockfile, I think -- I did |
Now the error is generate the stardoc:
I'm not sure how to resolve this, I assume you need to add the rules_shell dependency somewhere else but I don't know how the docs generation works. I can take a look with you next week if that helps. |
Turns out I just needed to add |
@ted-xie Do |
@cgrindel Yes, we're currently using rules_shell + bazel 7.4 in rules_android. |
@ted-xie Can you just delete |
Happy to delete MODULE.bazel.lock in a follow-up PR, or in a follow-up commit in this current PR if the presubmit fails again. |
To make sure that everything is up-to-date, run |
You need to rebase onto the latest main anyway. |
native.{sh_test,sh_library} no longer exist in Bazel HEAD.
7349f23
to
4712673
Compare
Rebased to latest main, deleted the lockfile, and ran tidy. |
Cutting a release sounds good. |
Looks like the bazelrc change is causing problems, so go ahead and revert that. |
Give me a second, I'll pull it down and check. |
It looks like the diff that got introduced was basically this: Before:
After:
I'm not familiar with this repo and its history, so I'll leave that to @cgrindel to ponder, and in the mean time I'll revert my change to the bazelrc. |
Head branch was pushed to by a user without write access
@ted-xie Don't make any changes. I'll just push to your branch. |
Nevermind. 🙂 |
9c68710
to
4712673
Compare
I'm heading out to the airport soon so I'll leave the rest of the review to @cgrindel. |
I deleted the commit where I un-reverted the bazelrc change (whew!). If you have a more complete solution, feel free to push to my branch :) |
native.{sh_test,sh_library} no longer exist in Bazel HEAD.