Skip to content

Conversation

avagin
Copy link
Collaborator

@avagin avagin commented Sep 23, 2025

  • Deletion of the WORKSPACE file. Dependencies are now managed in the MODULE.bazel file.
  • Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
  • Update paths in MODULE.bazel to be relative to the repository root.

- Deletion of the WORKSPACE file. Dependencies are now managed in the MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.
@avagin avagin added area: bazel Issue related to bazel builds ready to pull labels Sep 24, 2025
copybara-service bot pushed a commit that referenced this pull request Sep 24, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811021685
copybara-service bot pushed a commit that referenced this pull request Sep 24, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811021685
copybara-service bot pushed a commit that referenced this pull request Sep 24, 2025
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500
copybara-service bot pushed a commit that referenced this pull request Sep 24, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811021685
copybara-service bot pushed a commit that referenced this pull request Sep 24, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811021685
copybara-service bot pushed a commit that referenced this pull request Sep 25, 2025
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500
copybara-service bot pushed a commit that referenced this pull request Sep 25, 2025
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811396489
copybara-service bot pushed a commit that referenced this pull request Sep 25, 2025
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500
copybara-service bot pushed a commit that referenced this pull request Sep 26, 2025
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500

new_local_repository(
name = "libpluginstack",
build_file = "external/tools/plugin-stack/plugin-stack.BUILD",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not recommended to have a top level external/ directory for a Bazel project, because Bazel will need to create such a dir for external repos under the Bazel's output base which overlays on top of the source tree.

copybara-service bot pushed a commit that referenced this pull request Sep 26, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the
  MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable
  bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500
copybara-service bot pushed a commit that referenced this pull request Sep 26, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the
  MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable
  bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500
copybara-service bot pushed a commit that referenced this pull request Sep 26, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the
  MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable
  bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500
copybara-service bot pushed a commit that referenced this pull request Sep 26, 2025
- Deletion of the WORKSPACE file. Dependencies are now managed in the
  MODULE.bazel file.
- Removal of --noenable_bzlmod and --enable_workspace from .bazelrc to enable
  bzlmod.
- Update paths in MODULE.bazel to be relative to the repository root.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12160 from avagin:bazel-mod-switch d8b7cfc
PiperOrigin-RevId: 811045500
@copybara-service copybara-service bot merged commit 4764db9 into google:master Sep 26, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: bazel Issue related to bazel builds ready to pull

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants