Skip to content
Snippets Groups Projects
Commit 3ca8263f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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

parent f1eb3c1b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment