-
-
Couldn't load subscription status.
- Fork 431
Allow platforms without fixed version in profiles. #2940
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2940 +/- ##
==========================================
+ Coverage 67.96% 68.03% +0.06%
==========================================
Files 238 238
Lines 22524 22567 +43
==========================================
+ Hits 15309 15353 +44
Misses 6013 6013
+ Partials 1202 1201 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5134139 to
a49dd21
Compare
even in case an unversioned platform is requsted.
a49dd21 to
863f46e
Compare
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.mdhas been updated with a migration guide (for breaking changes)configuration.schema.jsonupdated if new parameters are added.What kind of change does this PR introduce?
The idea is to allow in the
sketch.ymlplatforms without a specific version, like the followinggiga_any:In this case, the Arduino CLI will not download the platform to the internal space, but it will use the globally installed platform.
What is the current behavior?
You must specify a version in the
platformdirective of thesketch.ymlWhat is the new behavior?
You can omit a version in the
platformdirective of thesketch.yml, in this case the Arduino CLI will use the globally installed platform.Does this PR introduce a breaking change, and is titled accordingly?
No
Other information