This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch MINIFICPP-2345
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from d3d205f3c MINIFICPP-2360 Fix python venv configuration and
compatibility tests
add 38eb2a776 MINIFICPP-2345 Upgrade CI matrix
add 4ceb7d798 review changes
add 1a42d918c review changes
add 799c0e555 review changes
add 682468c9c MiNiFi-CPP Verify Python Compatibility move from centos to
rocky
add a661c6d23 Fix verify-python-compatibility.yml
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 50 ++++++++--------
.github/workflows/verify-python-compatibility.yml | 67 ++++++++++++---------
README.md | 14 ++---
cmake/DockerConfig.cmake | 69 +++++-----------------
cmake/VerifyPythonCompatibility.cmake | 47 ++++++---------
docker/bionic/Dockerfile | 56 ------------------
docker/fedora/Dockerfile | 58 ------------------
docker/focal/Dockerfile | 56 ------------------
docker/rockylinux/Dockerfile | 10 +++-
libminifi/src/utils/Cron.cpp | 4 +-
.../libstdc++/avoid_bogus_Wrestrict_PR105651.patch | 32 ++++++++++
11 files changed, 141 insertions(+), 322 deletions(-)
delete mode 100644 docker/bionic/Dockerfile
delete mode 100644 docker/fedora/Dockerfile
delete mode 100644 docker/focal/Dockerfile
create mode 100644 thirdparty/libstdc++/avoid_bogus_Wrestrict_PR105651.patch