From e7087917254bca5c56a637bcced14fd6b53c2e4c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 18 Jan 2024 10:17:40 -0500 Subject: [PATCH] mark trace-fuchsia as unavailable on s390x (bigendian) --- trace-fuchsia.opam | 1 + trace-fuchsia.opam.template | 1 + 2 files changed, 2 insertions(+) create mode 100644 trace-fuchsia.opam.template diff --git a/trace-fuchsia.opam b/trace-fuchsia.opam index 476cfba..09ddaa6 100644 --- a/trace-fuchsia.opam +++ b/trace-fuchsia.opam @@ -36,3 +36,4 @@ build: [ ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/c-cube/ocaml-trace.git" +available: arch != "s390x" diff --git a/trace-fuchsia.opam.template b/trace-fuchsia.opam.template new file mode 100644 index 0000000..eaaf865 --- /dev/null +++ b/trace-fuchsia.opam.template @@ -0,0 +1 @@ +available: arch != "s390x"