The Ring Around the Rosie: Upgrading Next.js on RISC-V from 13.5.6 to 14.2.35
2025-12-26
A journey through failed cross-compilation attempts, cryptographic library roadblocks, and the eventual discovery of why --no-default-features stopped working in Next.js 14.x
...
➦ The Old Dog Learns a New Trick: Cross-Compiling Tauri CLI for RISC-V
2025-12-23
How a simple maintainer suggestion led to discovering cross-rs and cutting RISC-V build times from 63 minutes to 4 minutes. A lesson in humility after a decade of cross-compilation experience.
...
➦ Adding RISC-V Support to Armbian Imager: A Tale of QEMU, Tauri, and Deja Vu
2025-12-22
The journey of adding RISC-V 64-bit build support to a Tauri application, complete with unexpected roadblocks and a plan to go upstream
...
➦ BuildKit for RISC-V64: When Your Package Works But Your Container Doesn’t
2025-12-10
Debugging BuildKit deployment on RISC-V64 after successful packaging - from GHCR access issues to worker initialization failures and CI test hangs
...
➦ BuildKit for RISC-V64: When Your Demo Decides to Betray You
2025-12-09
Building and packaging BuildKit 0.26.2 for RISC-V64, from initial failure to working Debian and RPM packages with lessons on Go binary packaging quirks
...
➦ Fixing Concurrent GitHub Actions Workflows: Multi-Architecture Package Repository Guide
2025-11-20
Solve GitHub Actions concurrency conflicts, RPM packaging errors, and dependency issues in multi-architecture builds. Includes reset-and-restore pattern guide.
...
➦