Skip to content

Commit

Permalink
chore: Disable targets for cross-compilation.
Browse files Browse the repository at this point in the history
This way we can do bazel build //... when cross-compiling.
  • Loading branch information
iphydf committed Dec 24, 2023
1 parent c60346d commit cf1a145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ haskell_library(
":api_tox_tox",
],
src_strip_prefix = "src",
tags = ["no-cross"],
version = "0.2.12",
visibility = ["//visibility:public"],
deps = [
Expand Down
1 change: 1 addition & 0 deletions tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("@rules_haskell//haskell:defs.bzl", "haskell_binary")
haskell_binary(
name = "groupbot",
srcs = ["groupbot.hs"],
tags = ["no-cross"],
visibility = ["//tools/haskell:__pkg__"],
deps = [
"//hs-toxcore-c",
Expand Down

0 comments on commit cf1a145

Please sign in to comment.