Skip to content

Commit

Permalink
patch: fix the version for emsdk download
Browse files Browse the repository at this point in the history
Some issues with WASM builds failing suddenly. Might try fixing this down to the latest version that "passing builds" were downloading

Diffs=
d5f87faa3 patch: fix the version for emsdk download (#5873)

Co-authored-by: Zachary Plata <[email protected]>
  • Loading branch information
luigi-rosso and zplata committed Aug 23, 2023
1 parent 22994d1 commit 741e252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
033489f8bb031318adc12cd418dde42e89635061
d5f87faa31e58a38be7509d744aa13bcbbd82f56
4 changes: 2 additions & 2 deletions wasm/get_emcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ if [[ ! -f "bin/emsdk/emsdk_env.sh" ]]; then
pushd bin
git clone https://github.com/emscripten-core/emsdk.git
pushd emsdk
./emsdk install latest
./emsdk activate latest
./emsdk install 3.1.44
./emsdk activate 3.1.44
popd
popd
fi
Expand Down

0 comments on commit 741e252

Please sign in to comment.