Skip to content

Shapes with dune support enabled #2047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/js_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ jobs:
# It's faster to use a cached version
run: opam install --fake binaryen-bin

- name: pin dune
run: opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2

- run: opam install . --best-effort --solver builtin-mccs+glpk
if: ${{ matrix.skip-test }}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
- run: opam install conf-pkg-config conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-x86_64
if: runner.os == 'Windows'

- name: pin dune
run: opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2

- name: Pin wasm_of_ocaml
working-directory: ./wasm_of_ocaml
run: opam pin . -n --with-version dev
Expand Down
Loading