diff --git a/.circleci/config.yml b/.circleci/config.yml index 41ed302e485e5..56eb73603d4ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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. @@ -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.