mirror of
https://github.com/c-cube/moonpool.git
synced 2026-05-05 08:54:24 -04:00
ugh, try multiple lwt versions on linux plz thx
This commit is contained in:
parent
c372afd2b5
commit
f287d03bd5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -23,10 +23,12 @@ jobs:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: opam pin picos 0.6.0 -y -n
|
- 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 install -t . --deps-only
|
||||||
- run: opam exec -- dune build @install
|
- run: opam exec -- dune build @install
|
||||||
|
|
||||||
# install some depopts
|
# 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 install thread-local-storage trace hmap ambient-context.0.2
|
||||||
- run: opam exec -- dune build --profile=release --force @install @runtest
|
- run: opam exec -- dune build --profile=release --force @install @runtest
|
||||||
|
|
||||||
|
|
@ -55,11 +57,9 @@ jobs:
|
||||||
# temporary until it's in a release
|
# temporary until it's in a release
|
||||||
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
|
- 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 install -t moonpool moonpool-lwt --deps-only
|
||||||
- run: opam exec -- dune build @install
|
- run: opam exec -- dune build @install
|
||||||
|
|
||||||
# install some depopts
|
# install some depopts
|
||||||
- run: opam pin -y -n lwt 6.1.1
|
|
||||||
- run: opam install thread-local-storage trace domain-local-await
|
- run: opam install thread-local-storage trace domain-local-await
|
||||||
- run: opam exec -- dune build --profile=release --force @install @runtest
|
- run: opam exec -- dune build --profile=release --force @install @runtest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue