diff options
author | Oz Linden <oz@lindenlab.com> | 2014-12-23 12:19:44 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-12-23 12:19:44 -0500 |
commit | cdfd470f2e8a03b976d8562c8c7f597c2f0233c0 (patch) | |
tree | 642411ef3f69a7645783e16cd5416d77f257cc7c /build.sh | |
parent | f02a85c36aadae7bdb8ab5be565b282671ba017a (diff) |
temporarily disable graph generation on linux
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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" } |