-
Notifications
You must be signed in to change notification settings - Fork 19
Enable all arches #133
base: beta
Are you sure you want to change the base?
Enable all arches #133
Conversation
Remove the special-casing of x86_64 and i386, which should enable all arches to be used.
Started test build 48418 |
Last time I tried, it was on a previous version, it crashed on startup on my Raspberry Pi. Because GL. |
Build 48418 failed |
with the CEF binary, it's gonna be tough. |
3facede
to
4e4ca8e
Compare
I tried playing with building CEF with current master for aarch64, and I got nowhere useful. I think I'll open an issue at https://github.com/obsproject/obs-browser instead of spending more time fixing something I hardly understand to begin with. |
OBS Studio doesn't support the latest CEF I did build OBS Studio on aarch64 with CEF with my AUR packages obs-studio-tytan652 and cef-minimal-obs-bin. I even made a try building a aarch64 flatpak with flatpak-builder github action master branch, but the missing piece is a stripped version or the CEF tarball to make it lighter, but it should work |
You can strip it in the flaptak build process. |
Yes, we could but:
I prefer downloading the already stripped for caching deps in github actions. The github cache does not have an unlimited size. |
I don't think this is a problem on flathub. |
f482935
to
5ac4187
Compare
Remove the special-casing of x86_64 and i386, which should
enable all arches to be used.