Skip to content

Commit 5bfdad9

Browse files
committed
Fix emscripten CI after recent emsdk change
See emscripten-core/emsdk#472 Turns out we were actually depending on the non-embedded config!
1 parent eeacee1 commit 5bfdad9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ commands:
4141
cd ~/emsdk-master
4242
./emsdk update-tags
4343
./emsdk install tot-upstream
44-
./emsdk activate tot-upstream
44+
./emsdk activate --no-embedded tot-upstream
4545
# Remove the emsdk version of emscripten to save space in the
4646
# persistent workspace and to avoid any confusion with the version
4747
# we are trying to test.
@@ -315,7 +315,7 @@ jobs:
315315
cd ~/emsdk-master
316316
./emsdk update-tags
317317
./emsdk install tot-fastcomp
318-
./emsdk activate tot-fastcomp
318+
./emsdk activate --no-embedded tot-fastcomp
319319
# Remove the emsdk version of emscripten to save space in the
320320
# persistent workspace and to avoid any confusion with the version
321321
# we are trying to test.

0 commit comments

Comments
 (0)