-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use rust-stable extension #7
Conversation
Have to figure out how to build it on sandboxed builders.
Hm, looks like I did something wrong. Either way, just a general idea to use |
Thanks, last time I checked the org.freedesktop.Sdk.Extension.rust extension was not yet available on Flathub. One way to solve the networking limitations would be to include a tarball with the vendor resources here (created with cargo-vendor). |
See also the discussion at flatpak/flatpak-builder#15 I quickly tried
As this file does not exist I create it. But building with
|
I think support for vendoring of git dependencies has been added very recently, and may not be in a stable build yet. Try compiling without video? |
@pornel Thanks for the support. @barthalion actually got this working recently in #8, I just merged the changes. gifski gets compiled without video anyway here, since the video support is not needed for Peek. But btw, I also compile it without openmp support, since enabling this gave me segfaults inside Flatpak and also Snap. I have gifski with openmp working fine here on my Arch machine, though. I have not yet opened a bug report yet since I could not find the time to properly debug this :( |
With OpenMP I've only heard of linking problems (it makes the executable dependent on libgcc and libgomp). |
No description provided.