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
checking whether float word ordering is bigendian... unknown
configure: error:
Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython/Tools/wasm/wasi.py", line 364, in <module>
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
main()
The text was updated successfully, but these errors were encountered:
corona10
changed the title
Autoconf image based on Ubuntu 24.04 fail to run WASI CI build
Autoconf image based on Ubuntu 24.04 failed to run WASI CI build
Oct 20, 2024
The failure is because that PR (python/cpython#122566) changes the CI to use the latest devcontainer. We did actually not switch to that yet (see python/cpython#125571), so you get at least two failures:
check generated files will fail since there is a mismatch between the autoconf devcontainers used by Tools/build/regen-configure.sh and the autoconf devcontainer in the CI
Image: https://github.com/python/cpython-devcontainers/pkgs/container/autoconf/291871937?tag=2024.10.19.11417401087
We notice this issue through python/cpython#122566 (review)
See related Github Action: https://github.com/python/cpython/actions/runs/11421843985/job/31779110126
cc @brettcannon
The text was updated successfully, but these errors were encountered: