File tree Expand file tree Collapse file tree 3 files changed +174
-131
lines changed Expand file tree Collapse file tree 3 files changed +174
-131
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments