You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: remove --enable_workspace flag from bazel workflow (#1041)
* Remove --enable_workspace flag from bazel workflow
* ## Migration to Bzlmod
### Changes:
- Migrated all dependencies to Bzlmod.
- Updated `MODULE.bazel` to use the latest versions of dependencies:
- `rules_foreign_cc` updated to `0.13.0`
- `googletest` updated to `1.14.0.bcr.1`
- `rules_cc` updated to `0.1.0`
- Removed `WORKSPACE.bazel` as it is no longer needed in the Bzlmod workflow.
- Backed up `WORKSPACE.bazel` and placed it in the `workspace-backup` folder for reference.
- Cleaned up the `MODULE.bazel` file to ensure minimal and correct dependencies.
- Ran `bazel test` to validate the build and ensure all dependencies are correctly set up.
### Next Steps:
- Ensure all team members are using Bzlmod and its dependencies.
- Consider removing any unused dependencies or conflicting versions in the future.
---------
Co-authored-by: Jr <[email protected]>
0 commit comments