From 786f80b9426742f0c9fe964ce54168b7005d92c8 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 14 Jun 2018 19:03:17 -0400
Subject: [PATCH] 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.
---
 build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.sh b/build.sh
index efe96a0a6ac..56ec57818c9 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
-- 
GitLab