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

🐛 Fixed Linux CI build missing libraries #3234

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

Conversation

AnotherFoxGuy
Copy link
Member

@AnotherFoxGuy AnotherFoxGuy commented Feb 26, 2025

Fixes #3223
Fixes #3208

Copy link
Member

@ohlidalp ohlidalp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I'm reading this right, there are 2 changes:

  • Major: downgrade runs-on: ubuntu-latest to runs-on: ubuntu-20.04
  • Minor: changed appimage-excludelist download method: instead of bash script hardcoded in 'copy_libs.cmake', there's now 'get_excludelist.py' invoked from that cmake file.

Just getting into the habit of understanding the build system tweaks. Looks good to me, but I don't have a linux box to test the produced artifacts.

@Zentro Zentro self-requested a review March 3, 2025 03:50
Copy link
Member

@Zentro Zentro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with Debian bookworm. However, I'd be mindful of actions/runner-images#11101

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.

Linux build missing libraries Linux dev build: version `GLIBC_2.38' not found
3 participants