Simon de Vlieger
Simon de Vlieger
The alternative would be, as suggested by @mvo5 in https://github.com/osbuild/bootc-image-builder/pull/586 to introduce an explicit switch to use a 'Pi-compatible' partition table. We can use the same partition table as we...
> > @achilleas-k is currently working [on new partitioning](https://issues.redhat.com/browse/COMPOSER-2301). While GPT vs. MBR is not in scope, it should be a simple addition, that I would absolutely be in favor...
AFAIK all the bits have landed to be able to do this in a blueprint (which we would document). I'd probably prefer that over code changes. Sadly I haven't been...
@jelly I'll remind you here that you wanted to look at the pacman version in Fedora 40 to see if this fixes the segfault; or do you prefer a BZ?
I spoke too soon, this depsolver works with `pacman` `7.0` that's in Fedora 41 (beta): ``` user@muja osbuild € sudo ./tools/osbuild-depsolve-pacman < depsolve.json | jq . | head -n15 {...
Note that currently the depsolver executable is a copy of another one with some unsupported features left out, it passes linters et al but maybe we want a different approach...
Has an unused `re` import. I dont't know what's up with the JSON checks here, cc @achilleas-k.
It would, and `sqlachemy` nowadays can do asynchronous stuff as well (it didn't when the models were written in `pinnwand`).
What is the issue you see with `click`? It's only involved before we actually start an event loop right?
Haha I can give it a try and see if I run into problems.