Skip to content

Commit

Permalink
fix: Pin emsdk version to the supported emscripten version
Browse files Browse the repository at this point in the history
This avoids transient issues as the latest emsdk updates.
  • Loading branch information
jeromelaban committed Jul 8, 2020
1 parent 2fa366d commit c6d354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Bootstrap/build/scripts/emscripten-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ ! -f .uno-install-done ]; then

echo "Installing emscripten $UNO_EMSDK_VERSION in $UNO_EMSDK_PATH"

git clone https://github.com/emscripten-core/emsdk 2>&1
git clone --branch $UNO_EMSDK_VERSION https://github.com/emscripten-core/emsdk 2>&1
cd emsdk
./emsdk install $UNO_EMSDK_VERSION
./emsdk activate --embedded $UNO_EMSDK_VERSION
Expand Down

0 comments on commit c6d354c

Please sign in to comment.