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

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

parent d8dacc84
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,8 @@ pre_build() ...@@ -106,7 +106,8 @@ pre_build()
# don't spew credentials into build log # don't spew credentials into build log
bugsplat_sh="$build_secrets_checkout/bugsplat/bugsplat.sh" bugsplat_sh="$build_secrets_checkout/bugsplat/bugsplat.sh"
set +x 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 then # show that we're doing this, just not the contents
echo source "$bugsplat_sh" echo source "$bugsplat_sh"
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