Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 3, 2024
1 parent 3c1e1d9 commit 277a433
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
run: |
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
make -j 4
rm -r src
- name: Cache binaryen
if: steps.cache-binaryen.outputs.cache-hit != 'true'
Expand All @@ -170,24 +171,11 @@ jobs:
shell: bash
run: echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH

- name: Set binaryen's path (windows)
- name: Copy binaryen's tools (Windows)
if: matrix.os == 'windows-latest'
shell: bash
run: cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe _opam/bin

- name: Binaryen DEBUG
shell: bash
run: echo $PATH

- name: Binaryen DEBUG
if: matrix.os == 'windows-latest'
shell: bash
run: ls -l /cygdrive/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin

- name: Binaryen DEBUG
shell: bash
run: which wasm-merge

- name: Install faked binaryen-bin package
# It's faster to use a cached version
run: opam install --fake binaryen-bin
Expand Down

0 comments on commit 277a433

Please sign in to comment.