Nimbalyst 0.36 renamed its AppImage contents, breaking the coder-xfce-vnc build #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
coder-xfce-vncbuild fails in the Nimbalyst install step. It happens on every branch, includingmaster, and first showed up on the #22 and #23 CI runs (runs 72 and 73). The log ends right after the AppImage downloads, with no error text:Cause
Nimbalyst 0.36.5 renamed the files inside its AppImage:
@nimbalystelectronnimbalyst@nimbalystelectron.desktopnimbalyst.desktop@nimbalystelectron.pngnimbalyst.pngThe image downloads the AppImage from
releases/latest, so it picked up the new layout automatically. The step still checks for the old binary name with a baretest -x /opt/nimbalyst/@nimbalystelectron, and a failingtestprints nothing. I confirmed the exact failing command by running the extracted step withbash -xin anubuntu:24.04pod.The app's internal name is unchanged (
@nimbalyst/electron), so user data on existing PVCs is not affected.Fix
Point the step at the new names, and make the file checks print what's missing so the next upstream rename is visible in the CI log.
🤖 Generated with Claude Code