Skip to content
Success

#27759 (Mar 24, 2026, 4:42:53 PM)

Started 9 hr 53 min ago
Took 4.1 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ccid-firmware build number 144
originally caused by:

This run spent:

  • 6.7 sec waiting;
  • 4.1 sec build duration;
  • 10 sec total from scheduled to completion.
Revision: a7be8b779911b6d0fc4889858f12bb8fd1550080
Repository: $GERRIT_REPO_URL
  • master
firmware: replace libosmocore fsm timers

Concurrent access from main loop and the different uart irqs was not
going well and caused crashes. The libosmocore fsm does still allocate
one internal timer, but it is not used by the firmware, so libosmocore
will not touch the rbtree.

This clashes with the host build which does not have jiffies, and
is pretty much a burden because it requires special casing code due to
the completely different targets even though it was last used many years
ago and might not even work, so disable it.

Additionally ignore checkpatch jiffies complaints because we're trying
to do firmware here.

Closes: SYS#7877
Change-Id: Id2bd67b3946bb451008965f0b68b4a919f4d10bd
ewild at