From e2f0c694ccc0ed76fe19004d019686cf5ab6e6a3 Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Wed, 8 Apr 2026 09:08:41 +0200 Subject: [PATCH] Add openssl-devel package to build and unit tests the Rust code Signed-off-by: Jeff Mesnil --- .../openshift-insights-runtime-extractor-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/insights-runtime-extractor/openshift-insights-runtime-extractor-main.yaml b/ci-operator/config/openshift/insights-runtime-extractor/openshift-insights-runtime-extractor-main.yaml index 15fe8d2adab2d..ca0d5901fbe0a 100644 --- a/ci-operator/config/openshift/insights-runtime-extractor/openshift-insights-runtime-extractor-main.yaml +++ b/ci-operator/config/openshift/insights-runtime-extractor/openshift-insights-runtime-extractor-main.yaml @@ -22,7 +22,7 @@ images: RUN chgrp root /opt/app-root/src/insights-runtime-extractor && \ chmod g+w /opt/app-root/src/insights-runtime-extractor && \ - dnf install -y gcc make rust-toolset rustfmt + dnf install -y gcc make rust-toolset rustfmt openssl-devel RUN mkdir -p $HOME/.cargo/git/ && \ find $HOME/. -type d -exec chmod 777 {} \; && \