Commit 09fe7cc
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: 4078027171 parent c516ea2 commit 09fe7cc
5 files changed
Lines changed: 479 additions & 47 deletions
File tree
- src
- main/java/com/google/devtools/build/lib/skyframe
- test/java/com/google/devtools/build/lib
- repository
- rules/repository
- skyframe
0 commit comments