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

KarpelesLab / libwallet / 24433543749
25%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2026 02:46AM UTC
Jobs 1
Files 79
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

15 Apr 2026 02:38AM UTC coverage: 22.149%. Remained the same
24433543749

push

github

MagicalTux
CI: 16 KB page alignment for Android .so files

Android 15+ supports 16 KB page-size devices (Pixel 8 and newer) and
refuses to load shared libraries whose PT_LOAD segments are aligned
below that. The Go c-shared toolchain defaults to 4 KB alignment on
Android — everything we ship would fail to load on 16 KB devices.

Fix: set CGO_LDFLAGS=-Wl,-z,max-page-size=16384 as an env on both
Android build steps (the gomobile AAR and the Dart FFI c-shared .so
files). CGO forwards the flag to the NDK clang driver which in turn
asks lld to lay out LOAD segments at 16 KB boundaries.

Also added a post-build verification step that unpacks the AAR and
runs readelf on every android-*.so + the jni/*.so inside it, failing
CI if any LOAD segment has Align < 16384.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

2109 of 9522 relevant lines covered (22.15%)

2.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24433543749.1 15 Apr 2026 02:46AM UTC 79
22.15
GitHub Action Run
Source Files on build 24433543749
  • Tree
  • List 79
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24433543749
  • 8ced1ae2 on github
  • Prev Build on master (#24432467953)
  • Next Build on master (#24433790125)
  • Delete
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