DRTVWR-447: Temporarily suppress building for BugSplat on Mac.

master
Nat Goodspeed 2018-07-18 20:32:35 -04:00
parent d8dacc844a
commit f1eb3c1b63
1 changed files with 2 additions and 1 deletions

View File

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