You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to allow different branches to use different Emscripten versions. The plan is as follows:
Add emscripten_version.txt file and add --emsdk-cache argument to emscripten/__main__.py. If --emsdk-cache is passed, the build script will require that the appropriate emsdk version is found in that directory.
Backport this to 3.14.x
Set up buildbot cache dir
Make a PR to buildmaster config to pass the --emsdk-cache argument
We want to allow different branches to use different Emscripten versions. The plan is as follows:
emscripten_version.txtfile and add--emsdk-cacheargument toemscripten/__main__.py. If--emsdk-cacheis passed, the build script will require that the appropriate emsdk version is found in that directory.--emsdk-cacheargumentcc @freakboy3742
Linked PRs