This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/mergetest in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/mergetest by this push: new 4810d52 Disable size check 4810d52 is described below
commit 4810d52654589b7d1b7277b0b855209366c5fc7f Author: Bernard Ogden bernie.ogden@linaro.org Date: Fri Jul 17 16:51:02 2015 +0200
Disable size check
The right fix is to pass the space needed to build the benchmarks, but let's make benchmark building possible on smaller partitions for now.
Change-Id: I9bd827438c86ba079090bf4f5cc7e48a84dcba5f --- scripts/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index a4d696b..53c71e7 100755 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -168,7 +168,7 @@ fi
if test x"${skip_build:-}" = x; then #abe can build the benchmarks just fine - (PATH="`dirname ${benchmark_gcc_path}`":${PATH} COMPILER_FLAGS=${compiler_flags} [...] + (PATH="`dirname ${benchmark_gcc_path}`":${PATH} COMPILER_FLAGS=${compiler_flags} [...] if test $? -ne 0; then echo "Error while building benchmark ${benchmark}" 1>&2 exit 1