Skip to content

Commit 84fc0fb

Browse files
committed
attempt to fix unit tests failing because of libcurl-minimal
1 parent f72dc93 commit 84fc0fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/docker/unit-tests/Dockerfile.unit-tests-alma8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ dnf install -y gcc make cpan perl-Test2-Suite.noarch perl-Test2-Plugin-NoWarning
5151
dnf -y install 'perl(Crypt::OpenSSL::AES)' 'perl-Net-Curl' 'perl(YAML::XS)' 'perl(Hash::Merge)' 'perl(Clone)' 'perl(CryptX)' 'perl(JSON::XS)' 'perl(JSON::PP)' 'perl(Digest::MD5::File)'
5252
dnf -y install 'perl(Hash::Merge)' 'perl(YAML::XS)' 'perl(ZMQ::FFI)' 'perl-CryptX' 'perl(EV)' 'perl(RRDs)' 'perl(DBI)' 'perl(DBD::SQLite)' 'perl(HTTP::Daemon)' 'perl(HTTP::Daemon::SSL)' 'perl(NetAddr::IP)' 'perl(Mojolicious)' 'perl(Mojo::IOLoop::Signal)' 'perl(Net::Curl)' 'perl(EV)'
5353
dnf -y install git mariadb
54+
# Replace libcurl-minimal with the full libcurl to enable NTLM support (removed from minimal build in RHEL 10)
55+
dnf -y install --allowerasing libcurl
5456
dnf clean all
5557
mkdir -p /var/lib/centreon/centplugins/
5658
chmod 777 /var/lib/centreon/centplugins/

0 commit comments

Comments
 (0)