Skip to content

Commit

Permalink
Restrict arch as it does not compile for now
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Nov 12, 2024
1 parent 7224c07 commit e5d8d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit e5d8d47

Please sign in to comment.