Backed out changeset 25b55601514d: re-enable building BugSplat on Mac.

master
Nat Goodspeed 2018-08-15 16:12:56 -04:00
parent f1eb3c1b63
commit 3ca8263fb4
1 changed files with 1 additions and 2 deletions

View File

@ -106,8 +106,7 @@ pre_build()
# don't spew credentials into build log
bugsplat_sh="$build_secrets_checkout/bugsplat/bugsplat.sh"
set +x
# HACK: Suppress for Mac until BugSplat fixes the Mac client API
if [ -r "$bugsplat_sh" -a "$arch" != "Darwin" ]
if [ -r "$bugsplat_sh" ]
then # show that we're doing this, just not the contents
echo source "$bugsplat_sh"
source "$bugsplat_sh"