Skip to content

Commit

Permalink
CI does not pass on arm32 and x86_32
Browse files Browse the repository at this point in the history
Error is: Cannot load js_of_ocaml-ppx_deriving_json: this object file uses unsafe features
  • Loading branch information
balat authored Sep 6, 2024
1 parent e18a903 commit 9ba0111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ocsigen-toolkit/ocsigen-toolkit.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,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" {>= "4.1.0"}
Expand Down

0 comments on commit 9ba0111

Please sign in to comment.