Skip to content

Commit c3c4f25

Browse files
authored
DAOS-19088 ci: pin mercury-devel to the latest 15.5 version (#18463)
The latest available leap 15.5 mercury-devel RPM has version 2.4.1-2. This version must be used for proper DAOS build on leap 15.5. Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent 9cff0e5 commit c3c4f25

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

utils/rpms/daos.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
%global daos_build_args client test
1212
%endif
1313
%global mercury_version 2.4.1
14+
%global mercury_version_max 2.4.1-2
1415
%global libfabric_version 1.20
1516
%global argobots_version 1.2-3
1617
%global __python %{__python3}
@@ -37,6 +38,7 @@ BuildRequires: scons >= 2.4
3738
%endif
3839
BuildRequires: libfabric-devel >= %{libfabric_version}
3940
BuildRequires: mercury-devel >= %{mercury_version}
41+
BuildRequires: mercury-devel <= %{mercury_version_max}
4042
BuildRequires: gcc-c++
4143
%if (0%{?rhel} >= 8)
4244
%global openmpi openmpi
@@ -135,6 +137,7 @@ Requires: openssl
135137
Requires: mercury-libfabric >= %{mercury_version}
136138

137139

140+
138141
%description
139142
The Distributed Asynchronous Object Storage (DAOS) is an open-source
140143
software-defined object store designed from the ground up for

0 commit comments

Comments
 (0)