Skip to content

Commit

Permalink
Disable dune subst
Browse files Browse the repository at this point in the history
It was always unnecessary, but with dune 3.17.0 it's causing the
benchmarks to fail to install. The error is:

    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
  • Loading branch information
talex5 committed Dec 6, 2024
1 parent f195295 commit c39449a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(lang dune 3.9)
(name eio)
(formatting disabled)
(subst disabled)
(generate_opam_files true)
(source (github ocaml-multicore/eio))
(license ISC)
Expand Down
1 change: 0 additions & 1 deletion eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ conflicts: [
"seq" {< "0.3"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion eio_linux.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion eio_main.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion eio_posix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
1 change: 0 additions & 1 deletion eio_windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit c39449a

Please sign in to comment.