Skip to content

Commit e5d8d47

Browse files
committed
Restrict arch as it does not compile for now
1 parent 7224c07 commit e5d8d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git"
1111
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1212
build: [ make "-j%{jobs}%" ]
1313
install: [ make "install" ]
14+
available: arch != "x86_32" & arch != "arm32"
1415
depends: [
1516
"ocaml" {>= "4.08.0"}
1617
"js_of_ocaml" {>= "5.5.0"}

0 commit comments

Comments
 (0)