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

stillwater-sc / universal / 27026597449
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 05 Jun 2026 05:06PM UTC
Jobs 1
Files 674
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

05 Jun 2026 04:20PM UTC coverage: 84.522% (-0.007%) from 84.529%
27026597449

push

github

web-flow
ci: run the ARM64 job on a native ubuntu-24.04-arm runner (drop QEMU) (#1065)

The "Linux ARM64 (GCC cross)" job cross-compiled natively but ran ctest under
qemu-user-static, emulating every ARM64 test binary on x86 (~10-50x slower than
native). That emulated test execution -- which ccache cannot accelerate -- dominated
the job's wall-clock (e.g. ~17 min vs ~6.5 min for native Linux x64 on #1055).

GitHub now offers free hosted ARM64 runners for public repos, so run the job natively:
os -> ubuntu-24.04-arm, and drop `cross: aarch64` / the toolchain file so the QEMU
install step (gated on matrix.cross == 'aarch64') and the cross toolchain no-op. The job
now builds with the runner's native g++ and runs the tests natively -- faster, higher
fidelity (real ARM64 execution, not emulation), and ccache actually helps. Renamed to
"Linux ARM64 (GCC native)".

cmake/toolchains/aarch64-linux-gnu.cmake is now unused by CI but kept for local
cross-compilation. RISC-V and POWER keep their QEMU cross jobs (no native runners).
Branch protection lists no required status checks, so the job rename is safe.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

47607 of 56325 relevant lines covered (84.52%)

6026817.59 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
80.58
-0.67% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
2
89.78
0.0% include/sw/universal/number/posito/posito_impl.hpp
1
31.07
-0.36% include/sw/universal/verification/test_suite_randoms.hpp
Jobs
ID Job ID Ran Files Coverage
1 27026597449.1 05 Jun 2026 05:06PM UTC 674
84.52
GitHub Action Run
Source Files on build 27026597449
  • Tree
  • List 674
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27026597449
  • 03601a40 on github
  • Prev Build on main (#27021302154)
  • Next Build on main (#27051830129)
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