Closed kit-ty-kate closed 4 years ago
This is a port of https://github.com/ocaml/opam/pull/4168 back to opam-depext 2.0.
Funny enough I ran into the issue with the experimental freebsd CI in opam-repository: https://travis-ci.org/github/ocaml/opam-repository/jobs/682282143. pkg waited forever for an input from <user> (which cannot be there in CI) and the whole process failed.
pkg
<user>
So at the very least this PR should make opam-depext usable in CI on the BSDs and Archlinux.
This is a port of https://github.com/ocaml/opam/pull/4168 back to opam-depext 2.0.
Funny enough I ran into the issue with the experimental freebsd CI in opam-repository: https://travis-ci.org/github/ocaml/opam-repository/jobs/682282143.
pkg
waited forever for an input from<user>
(which cannot be there in CI) and the whole process failed.So at the very least this PR should make opam-depext usable in CI on the BSDs and Archlinux.