File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ocaml/opam:debian-ocaml-5.2
2+ WORKDIR /bench-dir
23RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
3- WORKDIR bench-dir
44RUN sudo chown opam .
55COPY *.opam ./
66RUN opam remote add origin https://github.com/ocaml/opam-repository.git && \
Original file line number Diff line number Diff line change 9494 :with -test) )
9595 ( multicore-bench
9696 ( and
97- ( >= 0 .1.4 )
97+ ( >= 0 .1.5 )
9898 :with -test) )
9999 ( alcotest
100100 ( and
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ depends: [
2222 "backoff" {>= "0.1.0" & with-test}
2323 "domain-local-await" {>= "1.0.1" & with-test}
2424 "domain_shims" {>= "0.1.0" & with-test}
25- "multicore-bench" {>= "0.1.4 " & with-test}
25+ "multicore-bench" {>= "0.1.5 " & with-test}
2626 "alcotest" {>= "1.8.0" & with-test}
2727 "qcheck-core" {>= "0.21.2" & with-test}
2828 "qcheck-stm" {>= "0.3" & with-test}
You can’t perform that action at this time.
0 commit comments