Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ commands:
cd ~/emsdk-master
./emsdk update-tags
./emsdk install tot-upstream
./emsdk activate tot-upstream
./emsdk activate --no-embedded tot-upstream
# Remove the emsdk version of emscripten to save space in the
# persistent workspace and to avoid any confusion with the version
# we are trying to test.
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
cd ~/emsdk-master
./emsdk update-tags
./emsdk install tot-fastcomp
./emsdk activate tot-fastcomp
./emsdk activate --no-embedded tot-fastcomp
# Remove the emsdk version of emscripten to save space in the
# persistent workspace and to avoid any confusion with the version
# we are trying to test.
Expand Down