Skip to content
New issue

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

Fetch dependencies when installing from .zip #2547

Open
3 tasks done
qfisch opened this issue Feb 21, 2024 · 0 comments
Open
3 tasks done

Fetch dependencies when installing from .zip #2547

qfisch opened this issue Feb 21, 2024 · 0 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@qfisch
Copy link

qfisch commented Feb 21, 2024

Describe the request

It would be really great if the following command:
arduino-cli lib install --zip-path ./myzip-lib.zip
would also fetch the dependencies listed in the library.properties.

Describe the current behavior

Currently the dependencies are only fetched when installing packets from the library manager:
( arduino-cli lib install my-lib-name )

Arduino CLI version

nightly-20240221

Operating system

Linux

Operating system version

Ubuntu 22.04 LTS

Additional context

That would be really useful for CI/CD usage.
In our case we want to install the lib and all the dependencies in order to compile the examples.
We currently install manually the dependencies but it could lead to discrepancies between the CI script and the library.properties...

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the nightly build
  • My request contains all necessary details
@qfisch qfisch added the type: enhancement Proposed improvement label Feb 21, 2024
@per1234 per1234 added the topic: code Related to content of the project itself label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants