You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x ] PlatformIO Core.
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: osx 10.14.6
PlatformIO Version (platformio --version): 4.2.1
Description of problem
According to documentation https://docs.platformio.org/en/latest/librarymanager/config.html#libarchive you should be able to disable archiving compiled source files of a library by setting the build.libArchive flag to false in the library.json file. This worked correctly in pio 4.1.0, however in 4.2.1 the library files are still archived although this flag is set to false.
Steps to Reproduce
Create a library with library.json and add "{"build": {"libArchive": false}}"
Compile your project
Actual Results
The compiled library object files are archived into a .a file
What kind of issue is this?
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: osx 10.14.6
PlatformIO Version (
platformio --version
): 4.2.1Description of problem
According to documentation https://docs.platformio.org/en/latest/librarymanager/config.html#libarchive you should be able to disable archiving compiled source files of a library by setting the
build.libArchive
flag to false in thelibrary.json
file. This worked correctly in pio 4.1.0, however in 4.2.1 the library files are still archived although this flag is set to false.Steps to Reproduce
Actual Results
The compiled library object files are archived into a .a file
Expected Results
No archive step for this library
Example of library with libArchive flag set to false: https://github.com/JelleRoets/AtmelStart_PlatformIO/blob/master/library.json#L23
The text was updated successfully, but these errors were encountered: