Skip to content

Commit

Permalink
Deactivate lwt_domain.opam by renaming it
Browse files Browse the repository at this point in the history
The intention is to simplify everything for the CI. Specifically,
ocaml-ci which attempts to install all packages of the repository. This
leads to a very small set of versions of ocaml which are testable.
  • Loading branch information
raphael-proust committed Jun 8, 2022
1 parent 6d98007 commit f1ccb47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
- run: opam install lwt_ppx --deps-only --with-test
if: ${{ matrix.ppx == true }}

- name: Hack to reactivate lwt_domain which is removed otherwise. Remove step once https://github.com/ocurrent/ocaml-ci/pull/468 is on
run: mv lwt_domain.opam.temporarily-deactivated lwt_domain.opam
if: ${{ matrix.domain == true }}

- run: opam install lwt_domain --deps-only --with-test
if: ${{ matrix.domain == true }}

Expand Down
File renamed without changes.

0 comments on commit f1ccb47

Please sign in to comment.