From: Michael Tremer Date: Thu, 6 Mar 2025 18:34:47 +0000 (+0000) Subject: jenkins: Fix syntax to install perl(Test::More) X-Git-Tag: 0.9.18~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b3226aa214a86cdd3bcaf72c9a265d445ae56e8;p=location%2Flibloc.git jenkins: Fix syntax to install perl(Test::More) Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 9acbf80..c9b64c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -469,7 +469,7 @@ def installBuildDepsRedHat(distro, compier) { lua-lunit \ openssl-devel \ perl-devel \ - perl(Test::More) \ + "perl(Test::More)" \ python3-devel \ systemd-devel """