The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable dune subst

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

+1 -5
+1
vendor/opam/eio/dune-project
··· 1 1 (lang dune 3.9) 2 2 (name eio) 3 3 (formatting disabled) 4 + (subst disabled) 4 5 (generate_opam_files true) 5 6 (source (github ocaml-multicore/eio)) 6 7 (license ISC)
-1
vendor/opam/eio/eio.opam
··· 29 29 "seq" {< "0.3"} 30 30 ] 31 31 build: [ 32 - ["dune" "subst"] {dev} 33 32 [ 34 33 "dune" 35 34 "build"
-1
vendor/opam/eio/eio_linux.opam
··· 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [ 23 - ["dune" "subst"] {dev} 24 23 [ 25 24 "dune" 26 25 "build"
-1
vendor/opam/eio/eio_main.opam
··· 21 21 "odoc" {with-doc} 22 22 ] 23 23 build: [ 24 - ["dune" "subst"] {dev} 25 24 [ 26 25 "dune" 27 26 "build"
-1
vendor/opam/eio/eio_posix.opam
··· 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [ 21 - ["dune" "subst"] {dev} 22 21 [ 23 22 "dune" 24 23 "build"
-1
vendor/opam/eio/eio_windows.opam
··· 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [ 20 - ["dune" "subst"] {dev} 21 20 [ 22 21 "dune" 23 22 "build"