-
Notifications
You must be signed in to change notification settings - Fork 8
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 support for bzlmod #17
Comments
Hello @Vertexwahn, this is a great repository. I've taken this repo made some modifications to do a few things:
Are you accepting contributions? |
@Wito-1 |
Hi @Vertexwahn, I came across this issue and started trying to migrate rules_qt6 to use bzlmod (my attempt). However, I found a weird thing that the compilation time increased a lot after migration. Here's a test repository. By building Noted that it only happens on Windows, (linux behaves the same), so I guess long paths might play a role here, but have no idea how to confirm this assumption. Any thoughts/ideas? |
@Sayter99 I have no clue. Maybe you repost this in the bzlmod channel of Bazel on Slack |
good idea, I've posted one https://bazelbuild.slack.com/archives/C014RARENH0/p1717470840590809, FYI. |
Add support for bzlmod
The text was updated successfully, but these errors were encountered: