chore(jbuild): missing flag for optional sublibs, deps

This commit is contained in:
Simon Cruanes 2018-01-14 18:39:04 -06:00
parent 266c0c073e
commit a307bb09f7
3 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ before_install:
install:
# Install dependencies
- opam pin add --no-action containers .
- opam install jbuilder
- opam install jbuilder base-bytes result
- opam install --deps-only containers
script:
- make build

View file

@ -3,6 +3,7 @@
((name containers_thread)
(public_name containers.thread)
(wrapped false)
(optional)
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always))
(ocamlopt_flags (:standard -O3 -color always
-unbox-closures -unbox-closures-factor 20))

View file

@ -3,6 +3,7 @@
((name containers_unix)
(public_name containers.unix)
(wrapped false)
(optional)
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always))
(ocamlopt_flags (:standard -O3 -color always
-unbox-closures -unbox-closures-factor 20))