]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build"...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 02:11:31 +0000 (04:11 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 02:11:31 +0000 (02:11 +0000)
commit9e0b7d086665c73b35d8919557dbc41ef7cd3872
treea08776f95204571e9ffc1fbf25a5f5ee805221c0
parent6b26e62f376097a0e4db315b660cbdc40646efb0
[3.14] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-137485) (#137487)

GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-37485)

This should help prevent issuse where something like a container is used to do one build and then someone tries to build again locally.
(cherry picked from commit 0953200b136bcb3293cc1bd57a062796ffcd529d)

Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Misc/NEWS.d/next/Tools-Demos/2025-08-06-11-54-55.gh-issue-137484.8iFAQs.rst [new file with mode: 0644]
Tools/wasm/wasi/__main__.py