This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,33 @@
|
|||
Reproduce #10839.
|
||||
|
||||
Dune file in OCaml syntax and a files directory should work
|
||||
|
||||
$ . ./helpers.sh
|
||||
|
||||
$ make_lockdir
|
||||
|
||||
$ make_lockpkg base-bytes <<EOF
|
||||
> (version base)
|
||||
>
|
||||
> (depends ocamlfind)
|
||||
> EOF
|
||||
|
||||
$ make_lockpkg ocamlfind <<EOF
|
||||
> (version 1)
|
||||
> EOF
|
||||
|
||||
$ cat >dune-project <<EOF
|
||||
> (lang dune 3.16)
|
||||
> EOF
|
||||
|
||||
$ cat >dune <<EOF
|
||||
> (* -*- tuareg -*- *)
|
||||
> let () = Jbuild_plugin.V1.send ""
|
||||
> EOF
|
||||
|
||||
$ dune build
|
||||
|
||||
$ mkdir dune.lock/ocamlfind.files
|
||||
$ touch dune.lock/ocamlfind.files/foo.patch
|
||||
|
||||
$ dune build
|
||||
Loading…
Add table
Add a link
Reference in a new issue