We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dub is pulling all dependencies from all configurations, even if a particular configuration is selected.
To reproduce: $ clone https://github.com/buggins/ddbc $ dub -v build --config=SQLite ... Search for versions of mysql-native (1 package suppliers) ... Fetching mysql-native 0.1.4 (getting selected version)... ...
This is probably a similar issue to #831.
The text was updated successfully, but these errors were encountered:
Duplicate of either #1217 or #1706
Sorry, something went wrong.
No branches or pull requests
dub is pulling all dependencies from all configurations, even if a particular configuration is selected.
To reproduce:
$ clone https://github.com/buggins/ddbc
$ dub -v build --config=SQLite
...
Search for versions of mysql-native (1 package suppliers)
...
Fetching mysql-native 0.1.4 (getting selected version)...
...
This is probably a similar issue to #831.
The text was updated successfully, but these errors were encountered: