ugh, try multiple lwt versions on linux plz thx
Some checks failed
format / format (push) Has been cancelled
github pages / Deploy doc (push) Has been cancelled
build / build (push) Has been cancelled
build / build-compat (push) Has been cancelled

This commit is contained in:
Simon Cruanes 2026-04-07 23:03:38 -04:00
parent c372afd2b5
commit f287d03bd5

View file

@ -23,10 +23,12 @@ jobs:
- uses: actions/checkout@v6
- run: opam pin picos 0.6.0 -y -n
- run: opam pin -y -n lwt 5.9.2
- run: opam install -t . --deps-only
- run: opam exec -- dune build @install
# install some depopts
- run: opam pin -y -n lwt 6.1.1
- run: opam install thread-local-storage trace hmap ambient-context.0.2
- run: opam exec -- dune build --profile=release --force @install @runtest
@ -55,11 +57,9 @@ jobs:
# temporary until it's in a release
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
- run: opam pin -y -n lwt 5.9.2
- run: opam install -t moonpool moonpool-lwt --deps-only
- run: opam exec -- dune build @install
# install some depopts
- run: opam pin -y -n lwt 6.1.1
- run: opam install thread-local-storage trace domain-local-await
- run: opam exec -- dune build --profile=release --force @install @runtest