aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/build_riscv64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/build_riscv64.sh')
-rwxr-xr-xscripts/ci/build_riscv64.sh15
1 files changed, 1 insertions, 14 deletions
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