Sakshamm-Goyal commented on PR #896: URL: https://github.com/apache/iceberg-cpp/pull/896#issuecomment-5387843791
The failing Ubuntu Debug and macOS **Build Example** steps were caused by CRoaring 4.3.11 exposing `roaring-headers` and `roaring-headers-cpp` in the vendored target install interface. Iceberg exports `roaring` without exporting those build-only helper targets, so downstream `find_package(iceberg)` marked the package not found. I pushed `09fabab` to keep both helper targets behind `BUILD_INTERFACE` and added parity coverage for the export invariant. Validation completed locally: - build-definition parity: 4/4 passed - repository pre-commit on the changed files: passed - real Debug CMake build + install: passed - installed targets contain no `roaring-headers` references - downstream `example/` configure and build against the installed package: passed Replacement CI is now running on the updated head. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
