Skip to content

Commit 410b95e

Browse files
committed
use bazelignore instead of tags
1 parent a04676f commit 410b95e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
chmod +x "cache/bazel-${BAZEL_VERSION}-linux-x86_64"
4444
mkdir -p src/tools
4545
ln -s "../../cache/bazel-${BAZEL_VERSION}-linux-x86_64" src/tools/bazel
46+
47+
echo 'tools/stardoc' > .bazelignore
4648
env:
4749
BAZEL_VERSION: ${{ matrix.bazel.version }}
4850
- name: "bazel test //..."

tools/stardoc/BUILD

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ stardoc(
55
out = "flex.md",
66
header_template = ":header.vm",
77
input = "//flex:flex_bzl",
8-
tags = ["manual"],
98
deps = ["//flex:bzl_srcs"],
109
)
1110

@@ -14,7 +13,6 @@ stardoc(
1413
out = "flex_repository_ext.md",
1514
header_template = ":empty.vm",
1615
input = "//flex/extensions:flex_repository_ext_bzl",
17-
tags = ["manual"],
1816
deps = ["//flex:bzl_srcs"],
1917
)
2018

@@ -34,7 +32,6 @@ cat $(SRCS) | sed \\
3432
-e 's/<br><br>The C++ output/<\\/ul>The C++ output/g' \\
3533
> $@
3634
""",
37-
tags = ["manual"],
3835
)
3936

4037
filegroup(

0 commit comments

Comments
 (0)