aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-01-09 09:43:34 +0200
committerMatias Elo <matias.elo@nokia.com>2019-01-09 09:43:34 +0200
commitab3f675fe36de01c33d30ee976c2cb7d13d16d87 (patch)
tree658d10388d7fbb0e6ebd7176be9917210156a5cb
parent766f2294b19b7aff449081c69baf932fcbf5be80 (diff)
ci: run hello example on x86
Signed-off-by: Matias Elo <matias.elo@nokia.com>
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 7ef96a358..04c237f39 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -29,7 +29,7 @@ sysctl vm.nr_hugepages=1000
mkdir -p /mnt/huge
mount -t hugetlbfs nodev /mnt/huge
-if [ -z "$TARGET_ARCH" ]
+if [ "$TARGET_ARCH" = "x86_64-linux-gnu" ]
then
LD_LIBRARY_PATH="/opt/odp/lib:$LD_LIBRARY_PATH" ./odp_hello_inst_dynamic
fi