File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM ocaml/opam:debian-ocaml-5.2
2
+ WORKDIR /bench-dir
2
3
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
3
- WORKDIR bench-dir
4
4
RUN sudo chown opam .
5
5
COPY *.opam ./
6
6
RUN opam remote add origin https://github.com/ocaml/opam-repository.git && \
Original file line number Diff line number Diff line change 94
94
:with -test) )
95
95
( multicore-bench
96
96
( and
97
- ( >= 0 .1.4 )
97
+ ( >= 0 .1.5 )
98
98
:with -test) )
99
99
( alcotest
100
100
( and
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ depends: [
22
22
"backoff" {>= "0.1.0" & with-test}
23
23
"domain-local-await" {>= "1.0.1" & with-test}
24
24
"domain_shims" {>= "0.1.0" & with-test}
25
- "multicore-bench" {>= "0.1.4 " & with-test}
25
+ "multicore-bench" {>= "0.1.5 " & with-test}
26
26
"alcotest" {>= "1.8.0" & with-test}
27
27
"qcheck-core" {>= "0.21.2" & with-test}
28
28
"qcheck-stm" {>= "0.3" & with-test}
You can’t perform that action at this time.
0 commit comments