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.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/ci/build_riscv64.sh b/scripts/ci/build_riscv64.sh
index bf6fdf941..c395aac82 100755
--- a/scripts/ci/build_riscv64.sh
+++ b/scripts/ci/build_riscv64.sh
@@ -27,6 +27,4 @@ make -j $(nproc)
make install
-pushd ${HOME}
-${CC} ${CFLAGS} ${OLDPWD}/example/sysinfo/odp_sysinfo.c -o odp_sysinfo_inst_dynamic `PKG_CONFIG_PATH=/opt/odp/lib/pkgconfig:${PKG_CONFIG_PATH} pkg-config --cflags --libs libodp-linux`
-popd
+make installcheck