Skip to content

Conversation

Thomas-Vos
Copy link

@Thomas-Vos Thomas-Vos commented Apr 12, 2025

Required for my linuxArm64 device which only support EGL.

https://youtrack.jetbrains.com/issue/SKIKO-918

I am not sure if this has any side effects for other platforms. Alternatively, I could enable it only for Linux arm64.

script/build.py Outdated
'skia_use_system_icu=false',
'skia_enable_skottie=true'
'skia_enable_skottie=true',
'skia_use_egl=true'
Copy link
Member

@eymar eymar Jun 6, 2025

Choose a reason for hiding this comment

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

I am not sure if this has any side effects for other platforms. Alternatively, I could enable it only for Linux arm64.

I expect that enabling it for all platforms would just increase the binary size.
I think it's better to enable it only for the targets where it's required right now.

Copy link
Author

@Thomas-Vos Thomas-Vos Jun 6, 2025

Choose a reason for hiding this comment

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

@eymar Alright, now it is enabled only for linuxArm64 target where it is needed.

@Thomas-Vos
Copy link
Author

Hey @eymar, I rebased the PR on main. Could you please check if that resolves the build issues by triggering the workflow?

@Thomas-Vos
Copy link
Author

@eymar I triggered a run on my fork and it shows no issues: https://github.com/Thomas-Vos/skia-pack/actions/runs/17074207122

@MatkovIvan
Copy link
Member

Approved CI run (Oleksandr is on vacation)

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.

3 participants