Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

snap: copy shader_lib/*.glsl artifacts for arm64 #1527

Merged
merged 1 commit into from
Mar 4, 2023

Conversation

jpnurmi
Copy link
Contributor

@jpnurmi jpnurmi commented Mar 3, 2023

The shader_lib directory contains Flutter engine artifacts that are missing
for arm64. The files are platform-agnostic GLSL files that have been copied
from the x64 tarball.

The files can be updated to the latest stable by running update-artifacts.sh
or to a specific version by running update-artifacts.sh x.y.z. The script
downloads the given Flutter release, extracts shader_lib from it, and updates
the local copy.

See:

Fixes: #1519

Copy link
Contributor

@xnox xnox left a comment

Choose a reason for hiding this comment

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

Snapped ubuntu-desktop-installer_0+git.d6b985ce_arm64.snap

Please merge this!

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

Successfully merging this pull request may close these issues.

arm64 broke with upgrade to flutter 3.7
3 participants