Private
Public Access
1
0
Files
Echo 2caf13b6a5
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 1s
CI/CD Pipeline / Clippy Lints (push) Successful in 36s
CI/CD Pipeline / Unit Tests (push) Successful in 47s
CI/CD Pipeline / Security Audit (push) Successful in 5s
CI/CD Pipeline / Build Debian Package (push) Failing after 1m57s
CI/CD Pipeline / Build Arch Package (push) Failing after 1m46s
CI/CD Pipeline / Build Alpine Package (push) Failing after 3m8s
CI/CD Pipeline / Build RPM Package (push) Failing after 3m27s
fix: properly commit build fixes that were never in 2774e02
CRITICAL: Previous commit 2774e02 did not include these fixes.

Debian (debian/rules):
- Use && to keep cargo build in same shell as . "$HOME/.cargo/env"
- Make runs each recipe line in a separate shell

Arch (build-arch.sh):
- Use << "EOF" heredoc with hardcoded path to prevent $pkgdir expansion
- $pkgdir must be literal for makepkg to expand at runtime

Alpine (build-alpine.sh):
- Copy signing public key to /etc/apk/keys/ BEFORE abuild
- Use || true on abuild because index update may fail but APK is still created
2026-04-27 01:52:56 +00:00
..
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00
2026-04-10 01:41:19 +00:00