Skip to content
Success

Changes

Summary

  1. ci.yml: remove workaround that is no longer needed on ubuntu-latest (commit: 96d9257) (details)
  2. ci.yml: upgrade run-on-arch-action to v3.0.0 (commit: d7a8cbf) (details)
  3. ci.yml: upgrade to Debian bookworm (commit: 880fc3d) (details)
  4. ci.yml: disable armv6 tests (commit: 682a668) (details)
Commit 96d9257ed14bd01731b6833f887fa82e4ca7f9c3 by ebiggers
ci.yml: remove workaround that is no longer needed on ubuntu-latest
(commit: 96d9257)
The file was modified.github/workflows/ci.yml (diff)
Commit d7a8cbf0c9795045da76f7913d385dc68d5f822c by ebiggers
ci.yml: upgrade run-on-arch-action to v3.0.0
(commit: d7a8cbf)
The file was modified.github/workflows/ci.yml (diff)
Commit 880fc3d7959ae27be14a75acd0a817b3d0f003bf by ebiggers
ci.yml: upgrade to Debian bookworm
(commit: 880fc3d)
The file was modified.github/workflows/ci.yml (diff)
Commit 682a6682b6bba6d2fe33fb0590ccd074d530fa30 by ebiggers
ci.yml: disable armv6 tests

Upgrading run-on-arch-action to v3.0.0 fixed crashes in
other-arch-build-and-test that were apparently caused by a QEMU bug, but
there still remains a crash in the armv6 tests due to "Illegal
instruction".  It remains even if all the ARM-optimized code is
disabled.  Disable the armv6 tests for now.
(commit: 682a668)
The file was modified.github/workflows/ci.yml (diff)