You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is showing up in CI jobs for projects that use vendored dependencies (via git submodules) as
...
[ERROR] The compilation of ocluster-api.dev failed at "dune subst".
...
#=== ERROR while compiling ocluster-api.dev ===================================#
# context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.2.1 | pinned(file:///src/ocluster)
# path ~/.opam/5.2/.opam-switch/build/ocluster-api.dev
# command ~/.opam/5.2/bin/dune subst
# exit-code 1
# env-file ~/.opam/log/ocluster-api-1-306113.env
# output-file ~/.opam/log/ocluster-api-1-306113.out
### output ###
# File ".", line 1, characters 0-0:
# Error: There is no dune-project file in the current directory, please add one
# with a (name <name>) field in it.
# Hint: 'dune subst' must be executed from the root of the project.
This is showing up in ocaml-ci running on itself, starting with cc9bac4
Expected behaviour
It should build vendored dependencies OK.
Technical details
Since I think the earliest this showed up is in the CI results run on cc9bac4 it's possible that some of the upstream changes pulled in from that change are responsible. But this is just a guess as I have not had time to investigate properly yet.
The text was updated successfully, but these errors were encountered:
Context
This is showing up in CI jobs for projects that use vendored dependencies (via git submodules) as
I've seen it in these two builds, so far:
Step(s) to reproduce
This is showing up in ocaml-ci running on itself, starting with cc9bac4
Expected behaviour
It should build vendored dependencies OK.
Technical details
Since I think the earliest this showed up is in the CI results run on cc9bac4 it's possible that some of the upstream changes pulled in from that change are responsible. But this is just a guess as I have not had time to investigate properly yet.
The text was updated successfully, but these errors were encountered: