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.
commit daa1aea535a98a9840fec9983144724aacd44e77 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..d09703a 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