[LTP] [PATCH 1/1] ci/debian: Temporarily not require libmm-dev
Petr Vorel
pvorel@suse.cz
Fri Feb 25 12:01:52 CET 2022
It has been removed from Debian testing, thus it breaks build:
E: Unable to locate package libmm-dev
Error: Process completed with exit code 100.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi all,
do we even need libmm-dev?
https://packages.debian.org/sid/amd64/libmm-dev/filelist
...
/usr/bin/mm-config
/usr/include/mm.h
/usr/lib/libmm.a
/usr/lib/libmm.so
Kind regards,
Petr
ci/debian.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/debian.sh b/ci/debian.sh
index f3dcb6e8d4..fb4c46f0a8 100755
--- a/ci/debian.sh
+++ b/ci/debian.sh
@@ -37,7 +37,6 @@ $apt \
libjson-perl \
libkeyutils-dev \
libkeyutils1 \
- libmm-dev \
libmnl-dev \
libnuma-dev \
libnuma1 \
@@ -49,6 +48,7 @@ $apt \
lsb-release \
pkg-config
+$apt libmm-dev || true
$apt ruby-asciidoctor-pdf || true
$apt asciidoc-dblatex || true
--
2.35.1
More information about the ltp
mailing list