Skip to content

Commit

Permalink
chore: Add doc generator to no-cross.
Browse files Browse the repository at this point in the history
We can't cross-compile check-cimple.
  • Loading branch information
iphydf committed Dec 28, 2023
1 parent ab8cad7 commit d575ff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ genrule(
outs = ["cimple.md.new"],
cmd = "$(location //hs-tokstyle/tools:check-cimple) --help > $@",
exec_tools = ["//hs-tokstyle/tools:check-cimple"],
tags = ["no-cross"],
)

sh_test(
Expand All @@ -18,4 +19,5 @@ sh_test(
"cimple.md",
"cimple.md.new",
],
tags = ["no-cross"],
)

0 comments on commit d575ff7

Please sign in to comment.