Skip to content
Success

#21526 (Apr 22, 2026, 9:12:04 PM)

Started 11 hr ago
Took 3 min 6 sec on build5-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2388
originally caused by:

This run spent:

  • 5.1 sec waiting;
  • 3 min 6 sec build duration;
  • 3 min 11 sec total from scheduled to completion.
Revision: 567ce861e46e9ad2d0fd7e485efcd86423aab4b6
Repository: $GERRIT_REPO_URL
  • master
vty: make CPU scheduling optional based on platform support

Add configure checks for sched_* APIs and guard their usage
in cpu_sched_vty with HAVE_SCHED_* macros.

If scheduler functions are not available, return -ENOTSUP
instead of failing at build time.

Also change osmo_cpu_sched_vty_init() to return int.

This improves portability on platforms lacking full sched
support (e.g. non-Linux or restricted environments).

Change-Id: Ic5b7e39fac16531d370cb81f769ba87fef18cb81
dtv.comp at