From 185a690efaa25ad45dc0d4ab43c182a2fb45604e Mon Sep 17 00:00:00 2001 From: Lei Feng Date: Tue, 7 Nov 2023 12:06:24 +0800 Subject: [PATCH] EX-8551 lipe: build arch-specific lipe-lpcc package lpcc_purge in lipe-lpcc package is an exec binary. So need arch-specific lipe-lpcc package. Signed-off-by: Lei Feng Test-Parameters: trivial Change-Id: I0387e258eaec6e39156f823d3a38b5dc3fb9a4cd Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53007 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Raphael Druon Reviewed-by: Andreas Dilger --- lipe/debian/control | 2 +- lipe/debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lipe/debian/control b/lipe/debian/control index 292be7a..534bd40 100644 --- a/lipe/debian/control +++ b/lipe/debian/control @@ -10,7 +10,7 @@ Vcs-Git: git://git.whamcloud.com/fs/lustre-release.git Package: lipe-lpcc Section: utils -Architecture: all +Architecture: amd64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends}, e2fsprogs (>= 1.42.13.wc6), python3-yaml Description: Tools for LPCC (Lustre Persisted Client Cache) diff --git a/lipe/debian/control.main b/lipe/debian/control.main index 292be7a..534bd40 100644 --- a/lipe/debian/control.main +++ b/lipe/debian/control.main @@ -10,7 +10,7 @@ Vcs-Git: git://git.whamcloud.com/fs/lustre-release.git Package: lipe-lpcc Section: utils -Architecture: all +Architecture: amd64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends}, e2fsprogs (>= 1.42.13.wc6), python3-yaml Description: Tools for LPCC (Lustre Persisted Client Cache) -- 1.8.3.1