aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index afcb369..38bb512 100755
--- a/build.sh
+++ b/build.sh
@@ -35,6 +35,11 @@ export DRYRUN="${DRYRUN:-0}"
export BUILD_DEPS="${BUILD_DEPS:-1}"
export RELOCATE_TEST="${RELOCATE_TEST:-1}"
export MAKE_CHECK_TEST="${MAKE_CHECK_TEST:-1}"
+# In Docker /dev/shm is limited to 64MB by default.
+# Untill we resolve how to pass that parameter to
+# Linaro CI, change default dir here.
+export ODP_SHM_DIR="/tmp"
+
E_VALGRIND="${E_VALGRIND:-0}"
RUN_VALID_FROM_INSTALL="${RUN_VALID_FROM_INSTALL:-0}"
if [[ ! -z ${TEST_LIST} ]]; then