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
As of #9611, the native code generation tests are failing, and are commented out in .github/workflow/run-tests.yml by 2679916.
CircuitPython does not enable native code generation, but we have had latent support. There is some bug in the merge that is breaking the tests. In the interest of moving forward on 9.2.0, we're skipping fixing this for now.
Note that "native" in this case means machine language (e.g. x64 machine language, etc.), not "native" as in native modules like digitalio.
The text was updated successfully, but these errors were encountered:
As of #9611, the native code generation tests are failing, and are commented out in
.github/workflow/run-tests.yml
by 2679916.CircuitPython does not enable native code generation, but we have had latent support. There is some bug in the merge that is breaking the tests. In the interest of moving forward on 9.2.0, we're skipping fixing this for now.
Note that "native" in this case means machine language (e.g. x64 machine language, etc.), not "native" as in native modules like
digitalio
.The text was updated successfully, but these errors were encountered: