From cdfd470f2e8a03b976d8562c8c7f597c2f0233c0 Mon Sep 17 00:00:00 2001 From: Oz Linden <oz@lindenlab.com> Date: Tue, 23 Dec 2014 12:19:44 -0500 Subject: [PATCH] temporarily disable graph generation on linux --- build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4620a52c22..690e9c0ec3 100755 --- a/build.sh +++ b/build.sh @@ -186,7 +186,12 @@ build_docs() record_event "no metadata at '$build_dir/autobuild-package.xml'" fi end_section "Autobuild metadata" - record_dependencies_graph # defined in build.sh + if [ "$arch" != "Linux" ] + then + record_dependencies_graph # defined in build.sh + else + echo "TBD - skipping linux graph (probable python version dependency)" 1>&2 + fi end_section "Building Documentation" } -- GitLab