You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add proper error handling for Kiwi installation verification
Add explicit checks with clear error messages to identify why the
Kiwi C library installation is failing in CI. The script now:
- Verifies headers exist at /usr/local/include/kiwi/
- Verifies libraries exist at /usr/local/lib/libkiwi*
- Fails fast with descriptive error messages if verification fails
- Shows success confirmation when installation works properly
This will help identify whether the issue is with sudo permissions,
path differences between local and CI environments, or other
installation problems specific to GitHub Actions runners.
0 commit comments