You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did an arch:all package where I had a dependency (Depends) contain a build-profile constraint. The plugin classifies this as an error in the dependency field, but the build succeeded and the constraint was resolved (causing it to be conditionally optional).
The plugin should not flag build profile restrictions as invalid for Depends (and probably not Recommends and Suggests either, but I did not check those at the time)
The text was updated successfully, but these errors were encountered:
I did an
arch:all
package where I had a dependency (Depends
) contain a build-profile constraint. The plugin classifies this as an error in the dependency field, but the build succeeded and the constraint was resolved (causing it to be conditionally optional).The plugin should not flag build profile restrictions as invalid for
Depends
(and probably notRecommends
andSuggests
either, but I did not check those at the time)The text was updated successfully, but these errors were encountered: