diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-06-14 19:03:17 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-06-14 19:03:17 -0400 |
commit | 786f80b9426742f0c9fe964ce54168b7005d92c8 (patch) | |
tree | 14e0448aea3f8e2e8db4785481ccc4c3efff58fa | |
parent | 16776975e708f881c4e806c8b9a82f0f270636a7 (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.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |