Fix user network config being ignored in package manger operations by alessio-perugini · Pull Request #2889 · arduino/arduino-cli (original) (raw)

Please check if the PR fulfills these requirements

See how to contribute

What kind of change does this PR introduce?

We correctly pass the downloader config during the Build() of the package manager

What is the current behavior?

Currently, the downloader config is not passed when building the final package manager. This led to ignoring user network configs.

What is the new behavior?

We correctly pass the downloader configs.

Does this PR introduce a breaking change, and is titled accordingly?

Other information