Skip to content

Commit aa09094

Browse files
authored
bazel: support module (pingcap#49372)
1 parent 724b88b commit aa09094

File tree

5 files changed

+1257
-4
lines changed

5 files changed

+1257
-4
lines changed

.github/licenserc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ header:
1616
- "**/BUILD.bazel"
1717
- "WORKSPACE"
1818
- "WORKSPACE.patchgo"
19+
- "MODULE.bazel"
20+
- "MODULE.bazel.lock"
1921
- ".bazelrc"
2022
- "**/*.key"
2123
- "**/*.md"

MODULE.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
###############################################################################
2+
# Bazel now uses Bzlmod by default to manage external dependencies.
3+
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
4+
#
5+
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
6+
###############################################################################

0 commit comments

Comments
 (0)