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

Alan-Jowett / sonde / 25570687062
83%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 06:10PM UTC
Jobs 1
Files 124
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

08 May 2026 05:49PM UTC coverage: 83.073%. Remained the same
25570687062

push

github

web-flow
fix: build Azure handler in Alpine container for static musl linkage (#868)

* fix: build Azure handler in Alpine container for static musl linkage

The handler binary was dynamically linked against glibc 2.39 (from the
ubuntu-latest CI runner), but the Azure Functions Linux Consumption
runtime ships an older glibc, causing the process to crash on startup
with `GLIBC_2.39 not found`.

Build the handler inside an Alpine Docker container (matching the
pattern used by sonde-azure-companion) so the binary is statically
linked against musl with openssl-libs-static. This eliminates all
host glibc version dependencies.

Changes:
- Add `Dockerfile.azure-handler-builder` (multi-stage: build in
  rust:alpine, export only the zip artifact via scratch stage)
- Add `.dockerignore` for the builder to exclude target/, docs, etc.
- Simplify `build-function-package.sh` to delegate to `docker build -o`
- Replace Rust/protoc CI steps with Docker Buildx setup

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: use docker buildx build and pin platform to linux/amd64

Address review feedback: use `docker buildx build` instead of plain
`docker build` so BuildKit output export works regardless of the host
Docker configuration. Pin `--platform linux/amd64` so the binary
matches the Azure Functions x86_64 runtime even when built on ARM hosts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

33496 of 40321 relevant lines covered (83.07%)

198.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25570687062.1 08 May 2026 06:10PM UTC 124
83.07
GitHub Action Run
Source Files on build 25570687062
  • Tree
  • List 124
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25570687062
  • 45a89a38 on github
  • Prev Build on main (#25564278472)
  • Next Build on main (#25574980077)
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