Stream: general

Topic: `armbe8` and `aarch64_be` support.


view this post on Zulip WorksButNotTested (Jun 16 2025 at 09:28):

I've made this PR. Grateful if someone has some time to take a look at it.

I've included a few commits to fix various parts of the CI which are broken. I have also filed this (https://github.com/bytecodealliance/rustix/pull/1472) issue with the libc crate which appears to have a regression causing another CI test to fail.

Configure rustix to use the linux_raw backend on armeb-unknown-linux-gnueabi and aarch64_be-unknown-linux-gnu targets. (Both of these are tier 3 rust platforms and hence no public binaries are prov...

Last updated: Dec 06 2025 at 05:03 UTC