Ariadne Conill

Results 270 comments of Ariadne Conill

The edge cases are unrelated to the CLI, but how the dependency solver works, or what the maximum length of a fragment is. We have reports where there are pc...

@mgorny started working on a formal specification based on pkgconf's behaviour back in 2012, but there wasn't really much interest in it then: the freedesktop implementation maintainer was not interested...

At this point the primary implementation is pkgconf outside of Ubuntu and some Debian systems, so a spec may be more relevant now. I see pkgconf as mostly complete these...

> these parts seems to conflict with further discussion. wouldn't this only work with meson version, so projects using them would be incompatible with system pkg-config? SYSROOT is mainly for...

Would this be part of `melange build`, or a separate applet?

I guess the question is: if it's not a separate command (I'm not sure it should be), how do we determine if the build process needs to run arbitrary code?...

What I would suggest is something like: ```yaml pipeline: - mkdir: path: ... permissions: 0o755 - copy: from: ... to: ... - write: to: ... contents: | ... ``` Then...

This was solved in apko 0.7.0. Alpine keys, if needed, will be downloaded from Alpine automatically.

As previously stated, symlinks themselves are always 777. In this case, it is probably because the path mutations are done from outside the container image FS. We should fix that.

is FLAGS available?