From 7c96bbafbdff287dae360a3a19061c9707f12e5e Mon Sep 17 00:00:00 2001 From: Mike Ellery Date: Thu, 11 Oct 2018 09:48:07 -0700 Subject: [PATCH] CI rpm build fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ecbd1ee41..443c4b5942 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -672,7 +672,7 @@ function error { exit 1 } -yum install -y yum-utils +yum install -y yum-utils openssl-static zlib-static rpm -i /opt/rippled-rpm/*.rpm rc=$?; if [[ $rc != 0 ]]; then error "error installing rpms"