-
-
Notifications
You must be signed in to change notification settings - Fork 398
Archives files should not be embedded in archives #1122
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
Is Arduino-IDE-nightly including arduino-builder/cli nightly ? |
@d-a-v no. You can see the version of arduino-builder used in the nightly Arduino CLI build here: <property name="ARDUINO-BUILDER-VERSION" value="1.5.5" /> and the version of Arduino CLI used in that version of arduino-builder (confusing because they didn't push a 1.5.5 tag) here:
|
The CLI nightly is here: https://arduino.github.io/arduino-cli/latest/installation/#nightly-builds As @per1234 said the Arduino IDE nightly does not get the CLI updates automatically, we have to manually update it. |
@per1234 @cmaglie Thanks ! |
Ok, the nightly of the Arduino IDE has been updated. |
Thank you! I can confirm the nightly build works successfully with the library that was seeing the issue before. |
Thanks for the test! Closing as fixed... |
Bug Report
Current behavior
In some case, library archives generated thanks to
dot_a_linkage=true
are put intoobjs.a
,resulting in an archive file embedded into another archive file.
Example in ESP8266Audio CI:
.a
generated bydot_a_linkage=true
(log in CI).a
generated by arduino-builder (because of a too large number of generated files ?) (log in CI)ar cru p/libraries/ESP8266HTTPClient/objs.a p/libraries/ESP8266HTTPClient/ESP8266HTTPClient.a
probable source: #961
Expected behavior
Any of the two, or both ?
.a
archive files inAR
command line.dot_a_linkage=true
libraries ?Environment
arduino-cli version
):arduino-builder shipped with arduino-ide-hourly-build
ubuntu / any
The text was updated successfully, but these errors were encountered: