]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145177: Support multiple Emscripten versions for Emscripten buildbot (#145180)
authorHood Chatham <roberthoodchatham@gmail.com>
Fri, 6 Mar 2026 00:42:41 +0000 (01:42 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2026 00:42:41 +0000 (08:42 +0800)
commitc3fb0d9d96902774c08b199dda0479a8d31398a5
tree370679bc48366cacd13b3aa880230b90246a07e1
parent7232883adfc28f94a62d2e79c897db59711702d7
gh-145177: Support multiple Emscripten versions for Emscripten buildbot (#145180)

Adds an `--emsdk-cache` argument to the Emscripten build script and an
emscripten_version.txt file. If the `--emsdk-cache` argument is passed, the build script
will look in `emscripten_version.txt` to get the expected emsdk version is installed in
a folder called e.g., 4.0.12 in the directory indicated by the `--emsdk-cache` argument,
and run the build with that Emscripten tooling activated.
Tools/wasm/emscripten/__main__.py
Tools/wasm/emscripten/emscripten_version.txt [new file with mode: 0644]