mark trace-fuchsia as unavailable on s390x (bigendian)

This commit is contained in:
Simon Cruanes 2024-01-18 10:17:40 -05:00
parent fcbabb055b
commit e708791725
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -36,3 +36,4 @@ build: [
["dune" "install" "-p" name "--create-install-files" name] ["dune" "install" "-p" name "--create-install-files" name]
] ]
dev-repo: "git+https://github.com/c-cube/ocaml-trace.git" dev-repo: "git+https://github.com/c-cube/ocaml-trace.git"
available: arch != "s390x"

View file

@ -0,0 +1 @@
available: arch != "s390x"