Skip to content

Commit

Permalink
try building more packages (#1346)
Browse files Browse the repository at this point in the history
* try building more packages

* ignore cohttp-eio for macOS
  • Loading branch information
anmonteiro authored Mar 24, 2024
1 parent 83d05ca commit 7b406ce
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions ci/filter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ let
"config-file"
"erm_xmpp"
"ulex"
"lablgl"

# dune.configurator issue
"google-drive-ocamlfuse"

# linking issues?
"mariadb"
"caqti-driver-mariadb"

# graphql incompatible
"irmin-graphql"
"irmin-mirage-graphql"
Expand Down Expand Up @@ -74,9 +69,6 @@ let
"pythonlib"
"magic-trace"

# Old mirage-kv interface
"mirage-fs"

# too old ocamlformat versions
"ocamlformat_0_19_0"
"ocamlformat_0_20_0"
Expand All @@ -89,41 +81,22 @@ let
# Incompatible with omd 2.0
"sail"

# Incompatible with EIO v0.12
"cohttp-eio"

# Incompatible with ppxlib >= 0.31
"vcaml"

# Incompatible with tyxml 4.6
"tyxml-lwd"

"linol"
"linol-lwt"

# Doesn't build on 4.14. Re-enable when we remove 4.14
"asai"

"torch"

"bonsai"
"incr_dom_interactive"
"incr_dom"
"incr_dom_sexp_form"
"incr_dom_partial_render"
"vg"
"memtrace_viewer"

"binaryen"
];

ocaml5Ignores = [
"erm_xml"
"fontconfig"
"gapi-ocaml"
"lastfm"
"memprof-limits"
"ocaml_expat"
"ocaml_oasis"
"ocamlify"
"ocp-build"
Expand Down Expand Up @@ -171,6 +144,7 @@ let
"z3"
"zelus"
"zelus-gtk"
"cohttp-eio"
"eio_posix"
"eio_main"
"gluten-eio"
Expand Down

0 comments on commit 7b406ce

Please sign in to comment.