Skip to content

Commit fdd2593

Browse files
authored
Merge pull request #789 from talex5/fix-benchmarks
Disable dune subst
2 parents f195295 + c39449a commit fdd2593

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

dune-project

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(lang dune 3.9)
22
(name eio)
33
(formatting disabled)
4+
(subst disabled)
45
(generate_opam_files true)
56
(source (github ocaml-multicore/eio))
67
(license ISC)

eio.opam

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ conflicts: [
2929
"seq" {< "0.3"}
3030
]
3131
build: [
32-
["dune" "subst"] {dev}
3332
[
3433
"dune"
3534
"build"

eio_linux.opam

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ depends: [
2020
"odoc" {with-doc}
2121
]
2222
build: [
23-
["dune" "subst"] {dev}
2423
[
2524
"dune"
2625
"build"

eio_main.opam

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ depends: [
2121
"odoc" {with-doc}
2222
]
2323
build: [
24-
["dune" "subst"] {dev}
2524
[
2625
"dune"
2726
"build"

eio_posix.opam

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ depends: [
1818
"odoc" {with-doc}
1919
]
2020
build: [
21-
["dune" "subst"] {dev}
2221
[
2322
"dune"
2423
"build"

eio_windows.opam

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ depends: [
1717
"odoc" {with-doc}
1818
]
1919
build: [
20-
["dune" "subst"] {dev}
2120
[
2221
"dune"
2322
"build"

0 commit comments

Comments
 (0)