Skip to content

Commit

Permalink
Test the new version of Cosmopolitan
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Aug 2, 2024
1 parent 7f46dff commit 805c9b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/esperanto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 805c9b1

Please sign in to comment.