Skip to content

Commit

Permalink
Do a bit of debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Mar 20, 2024
1 parent b55ae6f commit 00fefee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ jobs:
version: ${{ env.EMSCRIPTEN_VERSION }}
actions-cache-folder: emsdk-cache

- name: Apply necessary patch(es)
run: |
# We need to patch the Emscripten SDK to work around a bug in the
# file system API. This patch is already applied in the Emscripten SDK
# upstream, but we need to apply it here because we are using an older
# version of the Emscripten SDK with Pyodide.
# patch -p1 < path/to/patch.diff
# Debug and see where the files actually are
echo $EMSDK/upstream/emscripten
tree $EMSDK/upstream/emscripten
- name: Install pyodide-build
run: pip install "pydantic<2" pyodide-build==${{ env.PYODIDE_VERSION }}

Expand Down

0 comments on commit 00fefee

Please sign in to comment.