Re: ORed build profiles
On Sun, Nov 23, 2025 at 08:07:15AM +0100, Matthias Klose wrote:
> Package: lld-21
> Build-Profiles: <!pkg.llvm.noclang> + <!pkg.llvm.nolld>
> There's also nothing told about the precedence of the operators, (NOT (!),
> OR (+), AND (,)).
There are no AND and OR operators. So "+" is not a valid syntax
element.
You are looking for:
| Build-Profiles: <!pkg.llvm.noclang> <!pkg.llvm.nolld>
On this page, "+" only shows up in a different context, which is not
relevant for the contents of the Build-Profiles field.
Bastian
--
Intuition, however illogical, is recognized as a command prerogative.
-- Kirk, "Obsession", stardate 3620.7
Reply to: