-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino 1.8.14 building issue #11522
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
Comments
Here it is:
I don't know whether this answers your question, but it is the generated asset of a "Verified" GitHub release, which uses GitHub's signature: |
@NicoHood if you build with
this is the same as for all the other files downloaded by the ant script |
On a side note: providing these GPG signatures is tedious and error-prone, it's another manual step that layers on top of an already very long procedure to release the IDE. I'd like to explore an alternative using gpg-signed git tags, that are already well supported in github. https://docs.github.com/en/github/authenticating-to-github/about-commit-signature-verification |
Thanks, that helped me a lot! Signing git tags is also a very good option, on ArchLinux we also support gpg signature checks for git sources. Just make sure that the latest commit/tag is signed by the trusted key (not just the github key). |
Do you know where I can download the avr libraries that are bundles by default? Someone suggested that here: I'd like to package them with the avr core, that makes most sense to me I guess. |
Hi @NicoHood. It's all defined here:
These are not AVR-specific libraries. They are compatible with multiple architectures. The AVR-specific ones are bundled with the platform already: Platform-bundled libraries are only accessible when compiling for a board of that platform, so bundling these libraries with Arduino AVR Boards will prevent their use for boards of other platforms. Of course, they are all in Library Manager, so the user does still have the option of installing them. However, a lot of tutorials and documentation assume that the libraries will always be present, and so omit any installation instructions. |
Is there a way to include the libraries with a |
Where can I find the download of
arduino-examples-1.9.1.zip
and where can I find the corresponding gpg signature?Speaking of gpg signatures I am still searching for the arduino-cli signatures as well arduino/arduino-cli#1265
The text was updated successfully, but these errors were encountered: