Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fail if missing dependency is in excludeLibraryPatterns #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

remleduff
Copy link

@remleduff remleduff commented Oct 25, 2022

We're trying to build an AppImage with one specific library that is excluded so that it comes from the host rather than the AppImage, using the --exclude command line option.

However, our CI build systems don't include that library at all, and this fails with:

ERROR: Could not find dependency: libcuda.so.1 
ERROR: Failed to deploy dependencies for existing files 

This is unfortunate, because libcuda.so.1 was excluded, and not expected to be part of the appimage in the first place.

Making this a warning allows our build to succeed, and the resulting AppImage uses libcuda from the host as expected.

(This addresses the issue from #225)

@TheAssassin
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants