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
dub version: DUB version 1.29.0, built on May 13 2022
OS Platform and distribution: Linux Fedora 36
compiler version dmd 2.100
Bug Description
dub seems to fetch dependencies from all configurations instead of those for the configuration that I am currently building.
Best example is current (2022-07-01) botan state. There is a dependency from openssl, but it's included only in one configuration. Despite this fact dub fetches it no matter which config I build.
How to reproduce?
Try to build the latest botan package with config "lite". openssl will be fetched
Expected Behavior
openssl is not fetched, as it is specified as a dependency in a different configuration.
Logs
The text was updated successfully, but these errors were encountered:
System information
Bug Description
dub seems to fetch dependencies from all configurations instead of those for the configuration that I am currently building.
Best example is current (2022-07-01) botan state. There is a dependency from
openssl
, but it's included only in one configuration. Despite this fact dub fetches it no matter which config I build.How to reproduce?
Try to build the latest botan package with config "lite". openssl will be fetched
Expected Behavior
openssl is not fetched, as it is specified as a dependency in a different configuration.
Logs
The text was updated successfully, but these errors were encountered: