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

fix: add arm64 package for mesa-gl #46

Merged
merged 4 commits into from
Sep 13, 2024
Merged

fix: add arm64 package for mesa-gl #46

merged 4 commits into from
Sep 13, 2024

Conversation

MthwRobinson
Copy link
Contributor

Summary

In #44 , we implemented a workaround install mesa-gl 24.1 because libgallium was not included in mesa-gl 24.2 in the wolfi package manager, causing our builds to break. #44 only included an amd64 mesa-gl package. This PR adds an arm64 package, which will allow to fix downstream arm64 builds that are currently broken.

@MthwRobinson MthwRobinson marked this pull request as ready for review September 13, 2024 15:44
else
files=(
"mesa-gl-24.1-aarch64.0-r0.apk"
"mesa-glapi-24.1.0-r0-aarch64.apk"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this if/else reversed? I see aarch64 apk installing if ARCH is not arm64/aarch64

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! Kinda weird that the build worked with that reversed

@MthwRobinson MthwRobinson merged commit 2cee0d9 into main Sep 13, 2024
8 checks passed
@MthwRobinson MthwRobinson deleted the fix/mesa-arm branch September 13, 2024 17:37
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.

2 participants