Skip to content

Commit de96235

Browse files
committed
Repor: oxcaml fails with unlicked dune pkg
If we instead do a `dune pkg lock` first, it will proceed to build
1 parent f783f81 commit de96235

File tree

1 file changed

+13
-0
lines changed
  • test/blackbox-tests/test-cases/pkg/oxcaml

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
$ dune init proj oxcaml-test .
2+
$ sed -i -e 's/depends ocaml/depends (ocaml-variants (= 5.2.0+ox))/' dune-project
3+
$ cat > dune-workspace <<EOF
4+
> (lang dune 3.21)
5+
>
6+
> (pkg enabled)
7+
>
8+
> (repository
9+
> (name oxcaml)
10+
> (url git+https://github.com/oxcaml/opam-repository))
11+
>
12+
> (lock_dir (repositories overlay oxcaml upstream))
13+
$ dune build

0 commit comments

Comments
 (0)