Skip to content

Commit 772847a

Browse files
committed
fix git-kv CI failures
1 parent baca2e5 commit 772847a

File tree

3 files changed

+9
-9
lines changed
  • packages
    • git-kv/git-kv.0.1.3
    • yocaml_git
      • yocaml_git.1.0.0
      • yocaml_git.2.1.0

3 files changed

+9
-9
lines changed

packages/git-kv/git-kv.0.1.3/opam

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ depends: [
1717
"fmt" {>= "0.8.7"}
1818
"mirage-ptime" {>= "5.0.0"}
1919
"ptime"
20-
"hxd" {with-test}
21-
"conf-git" {with-test}
22-
"mirage-crypto-rng" {>= "1.2.0" & with-test}
23-
"git-unix" {>= "3.10.0" & with-test}
24-
"alcotest" {>= "1.8.0" & with-test}
25-
"bos" {>= "0.2.1" & with-test}
20+
# "hxd" {with-test}
21+
# "conf-git" {with-test}
22+
# "mirage-crypto-rng" {>= "1.2.0" & with-test}
23+
# "git-unix" {>= "3.10.0" & with-test}
24+
# "alcotest" {>= "1.8.0" & with-test}
25+
# "bos" {>= "0.2.1" & with-test}
2626
]
2727

2828
build: [
2929
["dune" "subst"] {dev}
3030
["dune" "build" "-p" name "-j" jobs]
31-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
31+
# ["dune" "runtest" "-p" name "-j" jobs] {with-test} # disabled due to sandbox issues (opens a TCP socket)
3232
]
3333
x-maintenance-intent: [ "(latest)" ]
3434
url {

packages/yocaml_git/yocaml_git.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"odoc" {with-doc}
2626
"preface" { = "1.0.0" }
2727
"lwt" { >= "5.4.2" }
28-
"git-kv" { >= "0.0.3" }
28+
"git-kv" { >= "0.0.3" & < "0.1.3"}
2929
"git-unix"
3030
"mirage-clock"
3131
"yocaml" {= version}

packages/yocaml_git/yocaml_git.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"lwt" {>= "5.7.0"}
1515
"mimic" {>= "0.0.9"}
1616
"cstruct" {>= "6.2.0"}
17-
"git-kv" {>= "0.0.5"}
17+
"git-kv" {>= "0.0.5" & < "0.1.3"}
1818
"git-unix" {>= "3.16.1"}
1919
"mirage-clock" {>= "4.2.0"}
2020
"yocaml" {= version}

0 commit comments

Comments
 (0)