Dor Askayo
Dor Askayo
A rootless bootstrap mode that makes use of the `bwrap` utility was merged in https://github.com/fosslinux/live-bootstrap/pull/175. If user namespaces are supported by your kernel (and `bwrap` is built with support for...
There are no special alignment guarantees for heap-allocated memory via `malloc(3)`, the compiler can only make such guarantees for stack allocations. Structures that may be placed on the heap must...
@fosslinux, as expected, there wasn't any change in package hashes after regenerating the various pregenerated files you mentioned.
The latest revision has some fixes and improvements: 1. Library search path configuration. This was missing in the previous revisions. 2. Changing the dynamic linker's symlink location to `/usr/lib` to...
Freedesktop SDK essentially supports building its runtimes for RISC-V (specifically `riscv64`), but lacks hardware to build it. If you're not familiar with it, [Freedesktop SDK](https://gitlab.com/freedesktop-sdk/freedesktop-sdk) is the upstream runtime environment...
@Slackadays, I think that Milk-V Pioneer-level hardware should be just about sufficient for Freedesktop SDK's CI needs, and could allow us to support RISC-V binaries as part of our official...
> > The main ref being committed has the shortest ref name when removing its ref type. > > Technically this assumption may be incorrect. As I understand, `add-extensions` with...
> Otoh, maybe you actually want `org.freedesktop.Platform.GL.debug.mesa` so you can use a subdir=true extension point for that too. > > I _think_ that will work. But better test it See...
@eszlari, @alexlarsson, `org.freedesktop.Platform.GL.Debug.default` has been released for a few months at this point and allows mounting debug information for `org.freedesktop.Platform.GL.default` in the sandbox. I think this issue can be closed.
I tested this MR and it seemed to work well. It allowed me to run an app that relied upon `sd-bus` for its DBus communication inside the Flatpak sandbox. It...