martinzink commented on pull request #1099: URL: https://github.com/apache/nifi-minifi-cpp/pull/1099#issuecomment-855209602
> Unfortunately this wont make the job green due to a new centos8 cmake bug. (reported today 2021.06.04) > https://bugs.centos.org/view.php?id=18212 > That issue can be reproduced by a simple > `docker run --interactive --tty centos:8 bash -c "yum -y install cmake && cmake"` command > which also returns `cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd` > If that issue is also fixed the ci job should be green. updating the libarchive fixed the issue https://github.com/apache/nifi-minifi-cpp/pull/1099/commits/a21a6bf6f214b90af9fab90902e3f0479e41165e -- 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. For queries about this service, please contact Infrastructure at: [email protected]
