From 805c9b1fb6c350a759ebd4e96b341c9c6e77781d Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Fri, 2 Aug 2024 14:05:34 +0200 Subject: [PATCH] Test the new version of Cosmopolitan --- .github/workflows/esperanto.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/esperanto.yml b/.github/workflows/esperanto.yml index ed72fad..4a895ac 100644 --- a/.github/workflows/esperanto.yml +++ b/.github/workflows/esperanto.yml @@ -22,6 +22,12 @@ jobs: opam repo add upstream git+https://github.com/ocaml/opam-repository.git opam repo add dune-universe git+https://github.com/dune-universe/opam-overlays.git opam repo add mirage-universe git+https://github.com/dune-universe/mirage-opam-overlays.git + - name: Pin & Install esperanto + run: | + opam pin add conf-cosmopolitan.dev git+https://github.com/dinosaure/esperanto.git#621739518bc6fc99052c94825e8fb43a417c12cf + opam pin add esperanto-cosmopolitan git+https://github.com/dinosaure/esperanto.git#621739518bc6fc99052c94825e8fb43a417c12cf + opam pin add aarch64-esperanto git+https://github.com/dinosaure/esperanto.git#621739518bc6fc99052c94825e8fb43a417c12cf + opam pin add x86_64-esperanto git+https://github.com/dinosaure/esperanto.git#621739518bc6fc99052c94825e8fb43a417c12cf - name: Compilation run: | env OPAMVAR_monorepo='opam-monorepo' opam monorepo lock --require-cross-compile --build-only --ocaml-version ${{ matrix.ocaml-version }} com