From df40cc3bf18f13d1785ebb93e6dd845acaf436be Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Thu, 23 Mar 2023 14:39:30 +0200 Subject: ci: use common build script for risc-v build test DPDK is now available also for RISC-V, so common build script can be used. Signed-off-by: Matias Elo Reviewed-by: Petri Savolainen --- scripts/ci/build_riscv64.sh | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'scripts') diff --git a/scripts/ci/build_riscv64.sh b/scripts/ci/build_riscv64.sh index c395aac82..e52505c68 100755 --- a/scripts/ci/build_riscv64.sh +++ b/scripts/ci/build_riscv64.sh @@ -14,17 +14,4 @@ fi export PKG_CONFIG_PATH= export PKG_CONFIG_LIBDIR=/usr/lib/${TARGET_ARCH}/pkgconfig -cd "$(dirname "$0")"/../.. -./bootstrap -./configure \ - --host=${TARGET_ARCH} --build=x86_64-linux-gnu \ - --prefix=/opt/odp \ - ${CONF} - -make clean - -make -j $(nproc) - -make install - -make installcheck +exec "$(dirname "$0")"/build.sh -- cgit v1.2.3