This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    from d559764d2 MINIFICPP-2098 Add ENABLE_ALL for all extensions
     new 59864f209 MINIFICPP-2171 Move JNI build to ubuntu gcc job in CI
     new 9b6fb5911 MINIFICPP-2172 Remove TensorFlow extension
     new a266a3047 MINIFICPP-2168 Fix Github Actions cache issues   - 
Environment variable for docker cache only used after defined   - Fix mistake 
of comparing int with string representation of PR id

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml                           |  10 +-
 README.md                                          |   6 +-
 Windows.md                                         |   3 +-
 arch.sh                                            |   2 -
 bootstrap.sh                                       |   4 -
 bstrp_functions.sh                                 |   2 -
 cmake/FindTensorFlow.cmake                         |  96 -----
 cmake/MiNiFiOptions.cmake                          |   1 -
 extensions/tensorflow/BUILDING.md                  |  59 ---
 extensions/tensorflow/CMakeLists.txt               |  46 ---
 extensions/tensorflow/TFApplyGraph.cpp             | 196 ----------
 extensions/tensorflow/TFApplyGraph.h               | 135 -------
 extensions/tensorflow/TFConvertImageToTensor.cpp   | 262 --------------
 extensions/tensorflow/TFConvertImageToTensor.h     | 154 --------
 extensions/tensorflow/TFExtractTopLabels.cpp       | 161 ---------
 extensions/tensorflow/TFExtractTopLabels.h         |  93 -----
 github_scripts/github_actions_cache_cleanup.py     |   2 +-
 .../github_actions_cache_cleanup_tests.py          | 111 +++++-
 libminifi/test/TestBase.cpp                        |   2 +-
 libminifi/test/TestBase.h                          |   7 +-
 libminifi/test/tensorflow-tests/CMakeLists.txt     |  38 --
 .../test/tensorflow-tests/TensorFlowTests.cpp      | 399 ---------------------
 run_clang_tidy.sh                                  |   2 +-
 win_build_vs.bat                                   |   3 +-
 24 files changed, 114 insertions(+), 1680 deletions(-)
 delete mode 100644 cmake/FindTensorFlow.cmake
 delete mode 100644 extensions/tensorflow/BUILDING.md
 delete mode 100644 extensions/tensorflow/CMakeLists.txt
 delete mode 100644 extensions/tensorflow/TFApplyGraph.cpp
 delete mode 100644 extensions/tensorflow/TFApplyGraph.h
 delete mode 100644 extensions/tensorflow/TFConvertImageToTensor.cpp
 delete mode 100644 extensions/tensorflow/TFConvertImageToTensor.h
 delete mode 100644 extensions/tensorflow/TFExtractTopLabels.cpp
 delete mode 100644 extensions/tensorflow/TFExtractTopLabels.h
 delete mode 100644 libminifi/test/tensorflow-tests/CMakeLists.txt
 delete mode 100644 libminifi/test/tensorflow-tests/TensorFlowTests.cpp

Reply via email to