summaryrefslogtreecommitdiff
path: root/MakeRelease.job
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2015-08-18 16:07:23 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2015-08-18 16:07:23 -0500
commit9a9ede91c4e58c33ced0a94cceecd6745bec0dde (patch)
treed146625f1111a99c1bd70dd164f9d4861f9577fb /MakeRelease.job
parent49ecdbe66c916b0470ebe19e5c9ed3a467597410 (diff)
MakeRelease.job disable doc building
The armeb-eabi binutils builds are mysteriously failing without throwing warnings. This happens during the make doc phase. We need to disable docs to find the problem. FIXME in the future once we figure out why armeb-eabi binutils mysteriously fail. Change-Id: Ibe3b5241e7cb4777d20462a832a6510cae585852
Diffstat (limited to 'MakeRelease.job')
-rwxr-xr-xMakeRelease.job3
1 files changed, 2 insertions, 1 deletions
diff --git a/MakeRelease.job b/MakeRelease.job
index 501f3a9c..9f0379dd 100755
--- a/MakeRelease.job
+++ b/MakeRelease.job
@@ -109,7 +109,8 @@ if test x"${tarbin}" = x"yes"; then
else
host=""
fi
- $CONFIG_SHELL ${abe_dir}/abe.sh ${update} --release ${release} --tarbin ${check} ${gcc} ${binutils} ${platform} ${host} --build all ${libc}
+ # FIXME Doc building disabled to test the binary release job.
+ $CONFIG_SHELL ${abe_dir}/abe.sh ${update} --disable make_docs --release ${release} --tarbin ${check} ${gcc} ${binutils} ${platform} ${host} --build all ${libc}
fi
# force a failure if abe has build problems.