Delete unix transitive deps from our tests
This commit is contained in:
parent
fc2e17f4c2
commit
59fa969129
2 changed files with 2 additions and 3 deletions
1
app/dune
1
app/dune
|
@ -1,4 +1,3 @@
|
|||
(executable
|
||||
(name mgit)
|
||||
(public_name mgit)
|
||||
(libraries mirage-clock-unix logs.fmt fmt.tty git-unix git-kv))
|
||||
|
|
|
@ -12,14 +12,14 @@ depends: [
|
|||
"dune" {>= "2.0.0"}
|
||||
"git" {>= "3.9.0"}
|
||||
"mirage-kv" {>= "4.0.0"}
|
||||
"git-unix" {>= "3.10.0"}
|
||||
"carton" {>= "0.6.0"}
|
||||
"fmt" {>= "0.8.7"}
|
||||
"mirage-clock-unix"
|
||||
"mirage-clock"
|
||||
"ptime"
|
||||
"hxd" {with-test}
|
||||
"conf-git" {with-test}
|
||||
"mirage-clock-unix" {with-test}
|
||||
"git-unix" {>= "3.10.0" & with-test}
|
||||
]
|
||||
|
||||
build: [
|
||||
|
|
Loading…
Reference in a new issue