Fix BuildExternal script to be able build static libraries without archives (.a) into binary output and use it for crc32c. (GONRG-402)
Fix for BuildExternal script to be able build static libraries without archives (.a) into binary output.
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
Crc32c is created as a static library and unnecessary .a file is placed to binary output
What is the new/expected behavior?
Crc32c is created as a static library without distributing of .a file
Have you added/updated Unit Tests and Integration Tests?
- [NO]
Changes:
- BuildExternal build script is updated.
- The build scripts for shared libraries and OpenVDS is updated.
Edited by Dzmitry Poloyko (EPAM)