From 499d24a58b4a8693639f01a0c1b5fb76d0f55a6d Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Wed, 29 Jun 2022 14:33:03 -0700 Subject: [PATCH] EX-5462 build: build lipe-lpcc in all distro/arch Test-Parameters: trivial Test-Parameters: clientdistro=el8.6 clientarch=aarch64 testlist=sanity-pcc env=ONLY=210 Change-Id: Ic9a381fc2582e63863b968e1dc18bee5e181ca7f Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/47834 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Andreas Dilger --- contrib/lbuild/lbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index 3a4dd0f..83ddc9a 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -1020,7 +1020,7 @@ build_lustre() { popd >/dev/null - if [[ $DISTROMAJ =~ rhel ]] && [[ ${TARGET_ARCH} == 'x86_64' ]]; then + if [[ $DISTROMAJ =~ rhel ]]; then [[ $PATCHLESS == false ]] && client="" if ! build_lipe $TOPDIR/RPMS/${TARGET_ARCH} ${client}; then return 255 -- 1.8.3.1