• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dangernoodle-io / breadboard / 26141615591
100%

Build:
DEFAULT BRANCH: main
Ran 20 May 2026 04:38AM UTC
Jobs 1
Files 17
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 May 2026 04:37AM UTC coverage: 100.0%. Remained the same
26141615591

push

github

web-flow
fix(bb_event): define _GNU_SOURCE on host so PTHREAD_MUTEX_RECURSIVE resolves (#282)

`platform/host/bb_event/bb_event_host.c` calls
`pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE)`, but glibc
gates both the function prototype and the recursive-mutex constant
behind `_GNU_SOURCE` (or `_XOPEN_SOURCE >= 500`). macOS / BSD libc
expose them unconditionally, so local builds passed and CI was the
first to surface it — once a downstream consumer (TaipanMiner's
per-pool stats work) pulled `bb_event` into the host build, GitHub
Actions Ubuntu refused to compile the file.

Define `_GNU_SOURCE 1` at the very top of the file, before any include,
so `<features.h>` sees it on first latch.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

1020 of 1020 branches covered (100.0%)

Branch coverage included in aggregate %.

1867 of 1867 relevant lines covered (100.0%)

965.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26141615591.1 20 May 2026 04:38AM UTC 17
100.0
GitHub Action Run
Source Files on build 26141615591
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26141615591
  • b63518ee on github
  • Prev Build on main (#26141107752)
  • Next Build on main (#26142020425)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc