Skip to content

Commit cc9c7ef

Browse files
vouillonhhugo
authored andcommitted
Switch to OCaml 5.3 for benchmarks and Jane Street tests
1 parent 384c19c commit cc9c7ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "4.14"
2121
- "5.0"
2222
- "5.1"
23-
- "5.3"
23+
- "5.2"
2424
separate_compilation:
2525
- true
2626
jane_street_tests:
@@ -34,18 +34,18 @@ jobs:
3434
jane_street_tests: false
3535
all_jane_street_tests: false
3636
- os: windows-latest
37-
ocaml-compiler: "5.2"
37+
ocaml-compiler: "5.3"
3838
separate_compilation: true
3939
# Jane Street tests disabled for now (basement only works on Linux)
4040
jane_street_tests: false
4141
all_jane_street_tests: false
4242
- os: ubuntu-latest
43-
ocaml-compiler: "5.2"
43+
ocaml-compiler: "5.3"
4444
separate_compilation: true
4545
jane_street_tests: true
4646
all_jane_street_tests: true
4747
- os: ubuntu-latest
48-
ocaml-compiler: "5.2"
48+
ocaml-compiler: "5.3"
4949
separate_compilation: false
5050
jane_street_tests: true
5151
all_jane_street_tests: false

bench.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ocaml/opam:debian-ocaml-5.2
1+
FROM ocaml/opam:debian-ocaml-5.3
22
WORKDIR /bench-dir
33

44
RUN sudo apt-get update \

0 commit comments

Comments
 (0)