avoid gmp dependency in config.ml -- this is just a dune cache issue
This commit is contained in:
parent
1ebf370a4f
commit
bbb3d2336a
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ let mirror =
|
||||||
package ~min:"2.2.0" "tar-mirage" ;
|
package ~min:"2.2.0" "tar-mirage" ;
|
||||||
package "mirage-block-partition" ;
|
package "mirage-block-partition" ;
|
||||||
package "oneffs" ;
|
package "oneffs" ;
|
||||||
package "gmp" ;
|
|
||||||
]
|
]
|
||||||
(block @-> time @-> pclock @-> stackv4v6 @-> git_client @-> alpn_client @-> job)
|
(block @-> time @-> pclock @-> stackv4v6 @-> git_client @-> alpn_client @-> job)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue