diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-08-15 16:13:40 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-08-15 16:13:40 -0400 |
commit | 7ac77dea719367b900e5b0ada7778b106a3c5039 (patch) | |
tree | 8af72aaac0835458c295b0e3dc5f2297d7047d5a | |
parent | 59d2bf0622ceb5f6e09e7f850606e0cbcb794cb8 (diff) | |
parent | 3ca8263fb462bb0aba23b8d27d717a961db5bad6 (diff) |
DRTVWR-447: merge reverting Mac suppression to re-enable Mac builds.
-rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |