From 021b63e8705b0aa768ee3ec36a4e76576ff40cb0 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Thu, 8 Apr 2021 13:39:14 -0700 Subject: [PATCH] EX-2984 build: fix build opa in lbuild Add missed a call to build_opa. Test-Parameters: trivial Fixes: 8f467a03e3b9 ("EX-2439 build: Add opa-src option to lbuild") Change-Id: I857696f7099deb80d70855188be8628d678148f9 Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/43243 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Andreas Dilger --- contrib/lbuild/lbuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index 77b4e36..cc76909 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -1661,6 +1661,10 @@ build_ofed() { local o2ib_location local rpm + if [ x"$OPA_VERSION" != "x" ]; then + build_opa "$linux" + fi + if [ "$ofed_version" = "inkernel" ]; then # see if there is a distro specific override for this and use # that if it exists -- 1.8.3.1