Skip to content

Commit

Permalink
Roll back to Emscripten 1.38.48 (#550)
Browse files Browse the repository at this point in the history
Recently released 1.39.0 seems to have a regression than breaks our
build. Let's roll back to the previous version until the issue is
examined and resolved.

(cherry picked from commit c2fcdc5)

A-a-and we also need this so that CircleCI uses correct Emscripten
flavor for running tests.
  • Loading branch information
ilammy committed Dec 16, 2019
1 parent 1dced3d commit 98a52fd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ jobs:
cd $HOME/emsdk
git reset --hard
git pull
./emsdk install latest
./emsdk activate latest
# TODO (T1373): roll back to using "latest" when Emscripten regression is resolved
./emsdk install 1.38.48
./emsdk activate 1.38.48
- checkout
- run:
name: Sync submodules
Expand Down Expand Up @@ -335,8 +336,9 @@ jobs:
cd $HOME/emsdk
git reset --hard
git pull
./emsdk install latest
./emsdk activate latest
# TODO (T1373): roll back to using "latest" when Emscripten regression is resolved
./emsdk install 1.38.48
./emsdk activate 1.38.48
# themis
- checkout
Expand Down

0 comments on commit 98a52fd

Please sign in to comment.