-
Notifications
You must be signed in to change notification settings - Fork 36
Add libffi7 for python 3.8 support #92
Add libffi7 for python 3.8 support #92
Conversation
Please add a test that shows that the change fixes the problem. |
not sure why but the CI seems to be failing on the downloading of the toolchain bundle |
Yeah, this regularly happens. |
Is it possible to re-run a variant? |
Rerunning them now. |
Thank you! |
Thanks! |
@Himel55 the most recent version of Twister no longer works. Do you have an idea how to fix this? |
Looks like the match statement was used in one of the twister library files which isn't supported in python 3.8. This has been fixed upstream by zephyr here - (zephyrproject-rtos/zephyr@4cc3134) But the nordic fork of zephyr doesn't include this change yet - https://github.com/nrfconnect/sdk-zephyr/commits/main/scripts/pylib/twister/twisterlib/statuses.py |
Ah cool, thanks for the info ... we'll just wait then. |
The zephyr test runner twister fails because the ctypes dependency requires libffi7 when using python 3.8 (the version of python installed by the toolchain manager).