Skip to content

Commit bfde3c8

Browse files
committed
chore: Add genrule that uses Haskell to no-cross.
It'll break arm64 builds otherwise.
1 parent cf1a145 commit bfde3c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ project()
1010
outs = ["src/FFI/%s.hs" % "/".join([mod.capitalize() for mod in src[:-2].split("/")])],
1111
cmd = "$(location //hs-apigen/tools:apigen) -hs $< > $@",
1212
exec_tools = ["//hs-apigen/tools:apigen"],
13+
tags = ["no-cross"],
1314
) for src in [
1415
"tox/tox.h",
1516
]]

0 commit comments

Comments
 (0)