Skip to content

Commit 24796bc

Browse files
authored
Add WORKSPACE.bzlmod to Starlark (#7121)
* Make .bzlmod handled by Starlark Bazel's bzlmod dependency manager involves Starlark files with `.bzlmod` file extensions. https://bazel.build/external/migration#workspace.bzlmod * Adjust per code review * Add sample file
1 parent d713788 commit 24796bc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lib/linguist/languages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7056,6 +7056,7 @@ Starlark:
70567056
- Tiltfile
70577057
- WORKSPACE
70587058
- WORKSPACE.bazel
7059+
- WORKSPACE.bzlmod
70597060
aliases:
70607061
- bazel
70617062
- bzl
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file marks the root of the Bazel workspace.
2+
# See MODULE.bazel for dependencies and setup.
3+
# It is only used when bzlmod is enabled.
4+
# This file will generally be kept empty in favor of using MODULE.bazel fully.
5+
6+
workspace(name = "build_bazel_rules_ios")

0 commit comments

Comments
 (0)