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 75f3f7edc MINIFICPP-2833 Fix RocksDB link failure in ARM64 rocky build 
(#2187)
75f3f7edc is described below

commit 75f3f7edc0f937f919ca0fb041a7afe7aaf88a4a
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Fri May 29 10:55:44 2026 +0200

    MINIFICPP-2833 Fix RocksDB link failure in ARM64 rocky build (#2187)
---
 docker/rockylinux/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/rockylinux/Dockerfile b/docker/rockylinux/Dockerfile
index d60bf3e24..7af9a3de2 100644
--- a/docker/rockylinux/Dockerfile
+++ b/docker/rockylinux/Dockerfile
@@ -41,7 +41,7 @@ COPY . ${MINIFI_BASE_DIR}
 
 # Install the system dependencies needed for a build
 # ccache is in EPEL
-RUN dnf -y install epel-release && dnf -y install gcc-toolset-14 sudo git 
which make libarchive ccache ca-certificates perl patch bison flex libtool 
cmake rpmdevtools && \
+RUN dnf -y install epel-release && dnf -y install gcc-toolset-14 
gcc-toolset-14-libatomic-devel sudo git which make libarchive ccache 
ca-certificates perl patch bison flex libtool cmake rpmdevtools && \
     if echo "$MINIFI_OPTIONS" | grep -q 
"ENABLE_ALL=ON\|ENABLE_PYTHON_SCRIPTING=ON\|ENABLE_OPC=ON"; then dnf -y 
--enablerepo=devel install python3-devel; fi && \
     if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_SFTP=ON" && [ 
"${DOCKER_SKIP_TESTS}" == "OFF" ]; then dnf -y install java-1.8.0-openjdk 
maven; fi
 

Reply via email to