Describe the bug
It has been noticed when we create a carta-backend RPM (and carta-backend Debian package), it makes and tries to install a bunch of pugixml related files. This should not happen because we only use pugixml as a third-party static dependency during build time. It should not be installing any files on the system.
For reference, the following is the error we get at the end of the rpmbuild stage listing the files in question:
Describe the bug It has been noticed when we create a carta-backend RPM (and carta-backend Debian package), it makes and tries to install a bunch of pugixml related files. This should not happen because we only use pugixml as a third-party static dependency during build time. It should not be installing any files on the system.
For reference, the following is the error we get at the end of the rpmbuild stage listing the files in question:
This problem was introduced when we began using pugixml as a third-party library in PR#1288
To Reproduce Steps to reproduce the behavior: (I haven't checked the following method, but I think it may work)
/usr/lib64/libpugixml.a
Expected behavior During the carta-backend make process, the third-party pugixml library should not install any files on your system.
Platform info (please complete the following information):