Skip to content

Commit da4d258

Browse files
committed
CI: update to ocaml.5.2
1 parent 5933894 commit da4d258

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
skip-effects: false
6262
skip-test: false
6363
skip-doc: true
64+
- os: ubuntu-latest
65+
ocaml-compiler: ocaml-variants.5.2.0+trunk
66+
skip-effects: false
67+
skip-test: false
68+
skip-doc: true
6469

6570
runs-on: ${{ matrix.os }}
6671

@@ -83,8 +88,7 @@ jobs:
8388
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
8489
opam: https://github.com/ocaml/opam-repository.git
8590
dune-cache: true
86-
opam-depext: ${{ !matrix.skip-test }}
87-
opam-depext-flags: --with-test
91+
opam-depext: false
8892

8993
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
9094
if: runner.os != 'Windows'
@@ -93,8 +97,15 @@ jobs:
9397
ocaml-compiler: ${{ matrix.ocaml-compiler }}
9498
allow-prerelease-opam: true
9599
dune-cache: true
96-
opam-depext: ${{ !matrix.skip-test }}
97-
opam-depext-flags: --with-test
100+
opam-depext: false
101+
102+
- run: opam pin add ppxlib git+https://github.com/hhugo/ppxlib.git#jsoo-ocaml-52 --no-action
103+
if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
104+
105+
- run: opam pin add ocaml-compiler-libs git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk --no-action
106+
if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
107+
108+
- run: opam pin add ./ --no-action
98109

99110
- run: opam install . --best-effort
100111
if: ${{ matrix.skip-test }}

0 commit comments

Comments
 (0)