Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 8bc1410

Browse files
committed
DAOS-17094 packaging: Try --enable-checks=no
Do not land! Signed-off-by: Li Wei <liwei@hpe.com>
1 parent 5f45767 commit 8bc1410

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

argobots.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name: argobots
66
%global tag %{major}.%{minor}%{?prerelease}
77

88
Version: %{major}.%{minor}%{?prerelease:~%{prerelease}}
9-
Release: 1%{?dist}
9+
Release: 2%{?dist}
1010
Summary: Lightweight, low-level threading and tasking framework
1111
Group: System Environment/Libraries
1212
License: UChicago Argonne, LLC -- Argobots License
@@ -79,7 +79,7 @@ if true || [ ! -f configure ]; then
7979
./autogen.sh
8080
fi
8181
# defaults: with-dlopen can be over-rode:
82-
%configure --enable-valgrind --enable-stack-unwind --enable-option-checking=fatal
82+
%configure --enable-valgrind --enable-stack-unwind --enable-option-checking=fatal --enable-checks=no
8383
make %{?_smp_mflags} V=1
8484

8585
%install
@@ -115,6 +115,9 @@ rm -f %{buildroot}%{_libdir}/*.{l,}a
115115
%doc README
116116

117117
%changelog
118+
* Tue Mar 04 2025 Li Wei <liwei@hpe.com> - 1.2-2
119+
- Test --enable-checks=no
120+
118121
* Wed Oct 02 2024 Cedric Koch-Hofer <cedric.koch-hofer@intel.com> - 1.2-1
119122
- Update to 1.2
120123
- Add patch 411e5b3 Fix DAOS-14248: ULTs stacks dump works only once

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
CONFIGURE_FLAGS += --enable-stack-unwind
1818
# configure with Valgrind support
1919
CONFIGURE_FLAGS += --enable-valgrind
20+
CONFIGURE_FLAGS += --enable-checks=no
2021

2122
%:
2223
dh $@

0 commit comments

Comments
 (0)