Skip to content

Commit e1cc135

Browse files
authored
Attempt to fix wasm_of_ocaml (#1958)
* Attempt to fix wasm_of_ocaml As per https://github.com/ocaml-wasm/wasm_of_ocaml?tab=readme-ov-file#installation, to deal with the CI failure in #1957 / https://github.com/mit-plv/fiat-crypto/actions/runs/10906100009/job/30271149044?pr=1957 * Update coq-docker.yml * Update coq-docker.yml Pin more than just dune as per ocaml-wasm/wasm_of_ocaml#8 (comment) * Update coq-docker.yml
1 parent d8b0508 commit e1cc135

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coq-docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -262,17 +262,17 @@ jobs:
262262
ocaml-compiler: ${{ matrix.ocaml-compiler }}
263263
- name: echo build params
264264
run: etc/ci/describe-system-config.sh
265-
- name: Set up binaryen >= 116
265+
- name: Set up binaryen >= 118
266266
uses: acifani/setup-tinygo@v2
267267
with:
268268
tinygo-version: '0.30.0'
269-
binaryen-version: '117'
269+
binaryen-version: '118'
270270
- name: set up custom dune and wasm_of_ocaml
271271
run: |
272272
eval $(opam env)
273273
opam update -y
274-
opam pin add -y 'https://github.com/ocaml-wasm/dune.git#wasm'
275-
opam pin add -y --no-action --cli=2.1 --with-version 5.3.0 https://github.com/ocaml-wasm/wasm_of_ocaml.git
274+
opam pin add -y --no-action --with-version 3.17 'https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml'
275+
opam pin add -y --no-action --cli=2.1 --with-version 5.3.0-wasm https://github.com/ocaml-wasm/wasm_of_ocaml.git
276276
- name: install wasm_of_ocaml
277277
run: |
278278
eval $(opam env)

0 commit comments

Comments
 (0)