Skip to content

Commit b3a7c1d

Browse files
committed
DEBUG
1 parent e8f454b commit b3a7c1d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/binaryen.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ jobs:
2323
with:
2424
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2525

26+
- run: opam install binaryen-bin
27+
28+
- run: opam exec -- which wasm-opt.exe
29+
30+
- run: opam exec -- ldd D:\a\wasm_of_ocaml\wasm_of_ocaml\_opam\bin\wasm-opt.exe
31+
2632
- run: opam install wasm_of_ocaml-compiler

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
separate_compilation: true
3737
jane_street_tests: true
3838
all_jane_street_tests: true
39+
- os: windows-latest
40+
ocaml-compiler: "5.3"
41+
separate_compilation: true
42+
jane_street_tests: false
43+
all_jane_street_tests: false
3944
# - os: ubuntu-latest
4045
# ocaml-compiler: "5.2"
4146
# separate_compilation: true

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Work-around a race between reinstalling mingw-w64-shims
125125
# (because of conf-pkg-config optional dep) and installing other
126126
# packages that implicitly depend on mingw-w64-shims.
127-
- run: opam install conf-pkg-config conf-mingw-w64-g++-x86_64
127+
- run: opam install conf-pkg-config conf-mingw-w64-g++-i686 conf-mingw-w64-g++-x86_64
128128
if: runner.os == 'Windows'
129129

130130
# - name: Set-up Binaryen

0 commit comments

Comments
 (0)