-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
migrate bazel build to Bzlmod #1022
Comments
Hi @cieslarmichal, Could you please provide more information on the following points?
Additionally, it would be helpful if you could share any acceptance criteria you have in mind for the migration. Are there specific requirements we need to meet, such as ensuring that all builds are still working after migration or that certain tools are compatible? Lastly, could you provide a list of basic unit tests that you would expect to be present post-migration? This will help ensure that we maintain the functionality and stability of the build after the migration process. I look forward to your response so we can plan the migration accordingly! Thanks, |
Hello we only use following deps in
you can check existing bazel config in project root, files: the acceptance criteria would be to run also as the last step of this migration please remove |
Hi @cieslarmichal, I’ve reviewed the current setup and am aligning on the strategy for migrating from the legacy 1. Initial Assessment:
2. Acceptance Criteria:
3. Phase 1 Plan - Migration of Dependencies:Step 1: Migrate Dependencies from
|
Hello, great plan! Let's do this 👌 |
Hi @cieslarmichal, I’ve completed the first phase of migrating the project to Bzlmod, and I’ve created a new PR with the necessary changes. The main updates include:
As part of this, I’ve backed up the removed WORKSPACE.bazel file for safety. These files are now located in a folder called backup_workspaces/ in the project directory. You can choose to exclude them definitively, or let me know if I should remove them permanently. Feel free to review the changes, and let me know if anything needs further attention! Best regards, |
Hello, nice job, old files can be deleted as they are in git history anyway 😁👌 |
WARNING: WORKSPACE support will be removed in Bazel 9 (late 2025), please migrate to Bzlmod, see https://bazel.build/external/migration
The text was updated successfully, but these errors were encountered: