Skip to content
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

[5.x] bzlmod: Add support for WORKSPACE.bzlmod #14813

Merged

Commits on Feb 14, 2022

  1. [5.x] bzlmod: Add support for WORKSPACE.bzlmod

    When enabling Bzlmod, if a WORKSPACE.bzlmod file is presented at the
    source root, it will replace the content of the WORKSPACE file.
    In contrast to the WORKSPACE file, no prefix or suffix are added to the WORKSPACE.bzlmod file.
    
    This file is for migration purpose in case some of the dependencies
    still need to be introduced via the WORKSPACE mechanism, eventually
    it should be removed.
    
    RELNOTES: None
    PiperOrigin-RevId: 407802717
    meteorcloudy committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    0e35f10 View commit details
    Browse the repository at this point in the history