sunfishcode / eyra

Rust programs written entirely in Rust
Other
765 stars 12 forks source link

Update versions of things in CI. #54

Closed sunfishcode closed 6 hours ago

sunfishcode commented 1 day ago

Update to the latest nightly Rust, actions/cache, and QEMU patches from rustix.

sunfishcode commented 9 hours ago

The hello-world-small example is still hitting https://github.com/nbdd0121/unwinding/issues/39.

Even though this example uses panic = "abort", it hits the bug due to building with -Zbuild-std=std,panic_abort, which this example uses as a way to reduce code size.