From 912ec791cac30e99e90889dbd16fa6daf1186b78 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 24 Dec 2023 00:16:33 +0000 Subject: [PATCH] chore: Disable targets for cross-compilation. This way we can do bazel build //... when cross-compiling. --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index e81907d..5a092f9 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -11,6 +11,7 @@ haskell_library( name = "hs-msgpack-rpc-conduit", srcs = glob(["src/**/*.*hs"]), src_strip_prefix = "src", + tags = ["no-cross"], version = "0.0.8", visibility = ["//visibility:public"], deps = [