-
Notifications
You must be signed in to change notification settings - Fork 49
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
bazel: bump to 7.6.0 #402
bazel: bump to 7.6.0 #402
Conversation
Signed-off-by: Øyvind Harboe <[email protected]>
did you try if it works ? I think there are various bits and pieces that need to be addressed before it does. |
6.5.0 can also deal with MODULE.bazel if that is the issue. |
Trying a "bazel build ...", seems to work... Still running... |
Any reason to stay at 6 if we can go directly to 7.6.0? |
CI: Needs /gcbrun from a collaborator |
I think Ethan mentioned that it won't work with newer bazels yet. |
I upgraded because 6.5.0 appears to ignore MODULE.bazel. Hours of building can save me 5 minutes of reading the manual :-) https://bazel.build/external/migration#enable-bzlmod
|
This PR passes smoke-testing at least:
|
bzlmod is disabled: https://github.com/hdl/bazel_rules_hdl/blob/main/.bazelrc#L14 |
Thanks! I'm catching up now. |
I've become aware of the work that's being done here, so closing this issue. |
Note, there is a lot of work involved getting things to work with bzlmod here. I think it makes sense to rather focus on building a bzlmod directly than trying to get things going here. |
Need to upgrade to be able to support MODULE.bazel