Skip to content

Commit

Permalink
test: add reproduction test for ocaml#10866
Browse files Browse the repository at this point in the history
  • Loading branch information
maiste committed Sep 3, 2024
1 parent dec99d8 commit f5ba713
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ Create a lock directory that didn't originally exist
> (lang dune 3.10)
> (lock_dir
> (repositories mock))
> (lock_dir
> (path "dev/dune.lock")
> (repositories mock))
> (repository
> (name mock)
> (source "file://$(pwd)/mock-opam-repository"))
> EOF
$ dune pkg lock "dev/dune.lock"
Solution for dev/dune.lock:
(no dependencies to lock)
$ dune pkg lock
Solution for dune.lock:
(no dependencies to lock)
Expand Down

0 comments on commit f5ba713

Please sign in to comment.