File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 43
43
chmod +x "cache/bazel-${BAZEL_VERSION}-linux-x86_64"
44
44
mkdir -p src/tools
45
45
ln -s "../../cache/bazel-${BAZEL_VERSION}-linux-x86_64" src/tools/bazel
46
+
47
+ echo 'tools/stardoc' > .bazelignore
46
48
env :
47
49
BAZEL_VERSION : ${{ matrix.bazel.version }}
48
50
- name : " bazel test //..."
Original file line number Diff line number Diff line change 5
5
out = "flex.md" ,
6
6
header_template = ":header.vm" ,
7
7
input = "//flex:flex_bzl" ,
8
- tags = ["manual" ],
9
8
deps = ["//flex:bzl_srcs" ],
10
9
)
11
10
@@ -14,7 +13,6 @@ stardoc(
14
13
out = "flex_repository_ext.md" ,
15
14
header_template = ":empty.vm" ,
16
15
input = "//flex/extensions:flex_repository_ext_bzl" ,
17
- tags = ["manual" ],
18
16
deps = ["//flex:bzl_srcs" ],
19
17
)
20
18
@@ -34,7 +32,6 @@ cat $(SRCS) | sed \\
34
32
-e 's/<br><br>The C++ output/<\\ /ul>The C++ output/g' \\
35
33
> $@
36
34
""" ,
37
- tags = ["manual" ],
38
35
)
39
36
40
37
filegroup (
You can’t perform that action at this time.
0 commit comments