Replace python command with python3 to compile binaryen on Linux again.#2281
Replace python command with python3 to compile binaryen on Linux again.#2281kripken merged 5 commits intoWebAssembly:masterfrom apoleon:master
Conversation
|
Hi, So that Emscripten Slim 1.38.34+ is shipped with python3 and python2. Still managed to have a total size of 170MB which is still sweet. |
|
So maybe if I retry the travis job it will pass now? |
|
It will fail as I didn't set in place |
|
Should work now: |
|
Can it be re-triggered and tested? |
|
Restarted test |
|
Looks good, thanks! |
Even though we do support python3 and if the python in your path happens to be python3 that will work just fine, we also want to continue to support those users who still only have python2 (i.e. mac users who are relying on the default system python). See emscripten-core/emsdk#356
#2349) Even though we do support python3 and if the python in your path happens to be python3 that will work just fine, we also want to continue to support those users who still only have python2 (i.e. mac users who are relying on the default system python). See emscripten-core/emsdk#356
This is the fix for #1691