-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
Description
We want to allow different branches to use different Emscripten versions. The plan is as follows:
- Add
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. - Backport this to 3.14.x
- Set up buildbot cache dir
- Make a PR to buildmaster config to pass the
--emsdk-cacheargument
Linked PRs
- gh-145177: Support multiple Emscripten versions for Emscripten buildbot #145180
- [3.14] gh-145177: Support multiple Emscripten versions for Emscripten buildbot (GH-145180) #145582
- gh-145177: Put node version into emscripten/config.toml as well. #146156
- gh-145177: Add make-dependencies command to emscripten build script #146158
- [3.14] gh-145177: Put node version into emscripten/config.toml. (GH-146156) #146159
- gh-145177: Add emscripten run --test, uses test args from config.toml #146160
Reactions are currently unavailable