From e5d8d473abe769bc65958ae8c4186b6c6481c488 Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Tue, 12 Nov 2024 16:15:23 +0100 Subject: [PATCH] Restrict arch as it does not compile for now --- opam | 1 + 1 file changed, 1 insertion(+) diff --git a/opam b/opam index 9f380b33..df017931 100644 --- a/opam +++ b/opam @@ -11,6 +11,7 @@ dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ make "-j%{jobs}%" ] install: [ make "install" ] +available: arch != "x86_32" & arch != "arm32" depends: [ "ocaml" {>= "4.08.0"} "js_of_ocaml" {>= "5.5.0"}