summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-06-14 19:03:17 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-06-14 19:03:17 -0400
commit786f80b9426742f0c9fe964ce54168b7005d92c8 (patch)
tree14e0448aea3f8e2e8db4785481ccc4c3efff58fa /build.sh
parent16776975e708f881c4e806c8b9a82f0f270636a7 (diff)
SL-821: When using BugSplat, don't try to upload Breakpad symbols.
With BugSplat, the Breakpad symbol files aren't generated; attempting to post them to codeticket will fail the build.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index efe96a0a6a..56ec57818c 100755
--- a/build.sh
+++ b/build.sh
@@ -114,6 +114,8 @@ pre_build()
if [ -n "${BUGSPLAT_DB:-}" ]
then echo export BUGSPLAT_DB
export BUGSPLAT_DB
+ echo RELEASE_CRASH_REPORTING=OFF
+ RELEASE_CRASH_REPORTING=OFF
fi
fi
set -x