Skip to content

Commit 384c19c

Browse files
vouillonhhugo
authored andcommitted
Update tests to use the latest version of Jane Street packages
1 parent ec49704 commit 384c19c

File tree

3 files changed

+174
-131
lines changed

3 files changed

+174
-131
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
- os: windows-latest
3737
ocaml-compiler: "5.2"
3838
separate_compilation: true
39-
jane_street_tests: true
40-
all_jane_street_tests: true
39+
# Jane Street tests disabled for now (basement only works on Linux)
40+
jane_street_tests: false
41+
all_jane_street_tests: false
4142
- os: ubuntu-latest
4243
ocaml-compiler: "5.2"
4344
separate_compilation: true
@@ -69,7 +70,7 @@ jobs:
6970
uses: actions/checkout@v4
7071
with:
7172
repository: janestreet/opam-repository
72-
ref: 41c89c7824533f6b63cc5b6d75e6ddb1441d1520
73+
ref: 2819773f29b6f6c14b918eae3cb40c8ff6b22d0e
7374
path: janestreet/opam-repository
7475

7576
- name: Set-up Node.js

bench.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN mkdir janestreet \
2929
&& cd janestreet \
3030
&& git clone --depth 20 https://github.com/janestreet/opam-repository \
3131
&& cd opam-repository \
32-
&& git checkout 41c89c7824533f6b63cc5b6d75e6ddb1441d1520 \
32+
&& git checkout 2819773f29b6f6c14b918eae3cb40c8ff6b22d0e \
3333
&& opam remote add js .
3434

3535
# Install dependencies
@@ -48,7 +48,7 @@ RUN opam exec -- dune exec tools/ci_setup.exe ../janestreet . \
4848
&& opam clean
4949

5050
# Bin_prot packages
51-
RUN opam pin add -n https://github.com/ocaml-wasm/bin_prot.git#wasm-v0.18 \
51+
RUN opam pin add -n https://github.com/janestreet/bin_prot.git#125e336faacd2e2e8c7a1fed2231bde1cebfebdd \
5252
&& opam install ppx_bin_prot
5353

5454
# Copy sources

0 commit comments

Comments
 (0)