You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by fg...@apache.org on 2023/01/04 11:46:45 UTC

[nifi-minifi-cpp] branch main updated: MINIFICPP-2023 Fix MacOS and Docker test github environment issues

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 48c4b4964 MINIFICPP-2023 Fix MacOS and Docker test github environment issues
48c4b4964 is described below

commit 48c4b49640a4a0f27574b62602fbd2d6e722e88f
Author: Gabor Gyimesi <ga...@gmail.com>
AuthorDate: Mon Jan 2 11:36:20 2023 +0100

    MINIFICPP-2023 Fix MacOS and Docker test github environment issues
    
    Signed-off-by: Ferenc Gerlits <fg...@gmail.com>
    This closes #1484
---
 .github/workflows/ci.yml | 2 ++
 docker/requirements.txt  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 809e65b1c..0e4ce4e79 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,6 +22,8 @@ jobs:
       - id: install_dependencies
         run: |
           brew update
+          brew reinstall wget
+          brew install --overwrite python@3.10 python@3.11
           brew install ossp-uuid flex lua ccache sqliteodbc automake autoconf
       - id: setup_env
         name: setup enviroment
diff --git a/docker/requirements.txt b/docker/requirements.txt
index 37e226827..2dda64d12 100644
--- a/docker/requirements.txt
+++ b/docker/requirements.txt
@@ -6,6 +6,6 @@ confluent-kafka==1.7.0
 PyYAML==5.4.1
 m2crypto==0.38.0
 watchdog==2.1.2
-pyopenssl==21.0.0
+pyopenssl==23.0.0
 azure-storage-blob==12.9.0
 prometheus-api-client==0.5.0