cpython/.github/workflows
Alex Crichton 9b69a55be3
gh-141172: Update to wasi-sdk-29 (GH-141684)
This commit updates CI and configuration from wasi-sdk-25 to wasi-sdk-29
which was released recently. This notably includes stubs for pthreads
which all return errors, so some adjustment in logic is necessary to
retain knowledge that WASI cannot yet spawn threads for example.

This additionally increases the wasm stack allowance to 32MiB from 16MiB
to accomodate the `test_recursive_pickle` test in the
`test_functools.py` file. It looks like the Clang/LLVM update that
happened in wasi-sdk-29 relative to wasi-sdk-25 is likely the cause of
this where presumably functions have more locals than before and/or a
slightly adjusted stack space requirement which overflows the stack.
2025-11-19 10:03:30 -08:00
..
add-issue-header.yml GH-103180: Set a timeout for every job in GitHub Actions (#130375) 2025-02-21 17:11:26 +02:00
build.yml gh-139596: Cease caching config.cache & ccache in GH Actions (#141451) 2025-11-14 11:59:19 +02:00
documentation-links.yml GH-103180: Set a timeout for every job in GitHub Actions (#130375) 2025-02-21 17:11:26 +02:00
jit.yml GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141703) 2025-11-18 13:31:48 +00:00
lint.yml Add zizmor to pre-commit and fix most findings (#127749) 2024-12-10 12:51:12 +02:00
mypy.yml gh-133059: Fix Tools/build/deepfreeze.py for new nsmallposints (#139906) 2025-10-17 11:48:53 +03:00
new-bugs-announce-notifier.yml build(deps): bump actions/github-script from 6 to 7 (#112584) 2023-12-01 11:41:09 +01:00
posix-deps-apt.sh gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402) 2025-07-11 17:24:11 -05:00
regen-abidump.sh Add ABI dump script (#94135) 2022-06-23 22:52:43 +01:00
require-pr-label.yml gh-127785: Reduce permissions in the check labels workflow (#130596) 2025-02-26 20:47:41 +00:00
reusable-context.yml gh-139596: Cease caching config.cache & ccache in GH Actions (#141451) 2025-11-14 11:59:19 +02:00
reusable-docs.yml GH-136155: Fail the EPUB check on fatal errors (#137351) 2025-08-08 02:32:20 +01:00
reusable-macos.yml gh-139596: Cease caching config.cache & ccache in GH Actions (#141451) 2025-11-14 11:59:19 +02:00
reusable-san.yml gh-139596: Cease caching config.cache & ccache in GH Actions (#141451) 2025-11-14 11:59:19 +02:00
reusable-ubuntu.yml gh-139596: Cease caching config.cache & ccache in GH Actions (#141451) 2025-11-14 11:59:19 +02:00
reusable-wasi.yml gh-141172: Update to wasi-sdk-29 (GH-141684) 2025-11-19 10:03:30 -08:00
reusable-windows-msi.yml gh-138744: GitHub Actions: pin to windows-2022 (#138743) 2025-09-10 17:28:27 +03:00
reusable-windows.yml gh-138744: GitHub Actions: pin to windows-2022 (#138743) 2025-09-10 17:28:27 +03:00
stale.yml GH-103180: Set a timeout for every job in GitHub Actions (#130375) 2025-02-21 17:11:26 +02:00
tail-call.yml gh-137638: Use macos-15-intel in GitHub Actions (#139154) 2025-10-03 19:49:03 +00:00
verify-ensurepip-wheels.yml Add zizmor to pre-commit and fix most findings (#127749) 2024-12-10 12:51:12 +02:00