Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build is broken due to undeclared opam dependencies #165

Closed
torinnd opened this issue Jan 25, 2023 · 1 comment
Closed

Build is broken due to undeclared opam dependencies #165

torinnd opened this issue Jan 25, 2023 · 1 comment

Comments

@torinnd
Copy link
Contributor

torinnd commented Jan 25, 2023

Ocaml-CI is sad about some undeclared dependencies:

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "benchmarks/dune", line 3, characters 16-26:
3 |  (libraries uri core_bench))
                    ^^^^^^^^^^
Error: Library "core_bench" not found.
-> required by _build/default/benchmarks/.benchmark.eobjs/byte/benchmark.cmi
-> required by alias benchmarks/check
File "fuzz/dune", line 3, characters 40-43:
3 |  (libraries uri uri-re uri-sexp crowbar fmt))
                                            ^^^
Error: Library "fmt" not found.
-> required by _build/default/fuzz/.fuzz.eobjs/byte/fuzz.cmi
-> required by alias fuzz/check
(cd _build/default/lib_test && ./test_runner.exe)

#164 is stuck until that gets sorted. I imagine all other PRs are in a similar state of limbo.

@tmcgilchrist
Copy link
Member

Thanks for reporting @torinnd. I've merged the fix in #166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants