Delete unix transitive deps from our tests

This commit is contained in:
Romain Calascibetta 2022-12-02 14:23:49 +01:00
parent fc2e17f4c2
commit 59fa969129
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
(executable (executable
(name mgit) (name mgit)
(public_name mgit)
(libraries mirage-clock-unix logs.fmt fmt.tty git-unix git-kv)) (libraries mirage-clock-unix logs.fmt fmt.tty git-unix git-kv))

View file

@ -12,14 +12,14 @@ depends: [
"dune" {>= "2.0.0"} "dune" {>= "2.0.0"}
"git" {>= "3.9.0"} "git" {>= "3.9.0"}
"mirage-kv" {>= "4.0.0"} "mirage-kv" {>= "4.0.0"}
"git-unix" {>= "3.10.0"}
"carton" {>= "0.6.0"} "carton" {>= "0.6.0"}
"fmt" {>= "0.8.7"} "fmt" {>= "0.8.7"}
"mirage-clock-unix"
"mirage-clock" "mirage-clock"
"ptime" "ptime"
"hxd" {with-test} "hxd" {with-test}
"conf-git" {with-test} "conf-git" {with-test}
"mirage-clock-unix" {with-test}
"git-unix" {>= "3.10.0" & with-test}
] ]
build: [ build: [