summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-03-09 19:46:09 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-03-09 19:46:09 +0200
commit091ee67ec5b1c14cdee4601e9d258de7c52c9aa7 (patch)
treec24837dcabbace0ac7c545c3f6dc8ce4f2d46afc /build.sh
parent4c2d4e32addd95dedf01acf254db9b41b0813fdb (diff)
parentafc943acbc2bb79e2e1aa5d5eaf448e01b6c2b00 (diff)
Merge branch 'main' into DRTVWR-588-maint-W
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/build.sh b/build.sh
index 32e6fd8ca4..251a04a6dd 100755
--- a/build.sh
+++ b/build.sh
@@ -176,28 +176,6 @@ pre_build()
VIEWER_SYMBOL_FILE="$(native_path "$abs_build_dir/newview/$variant/secondlife-symbols-$symplat-${AUTOBUILD_ADDRSIZE}.tar.bz2")"
fi
- # expect these variables to be set in the environment from GitHub secrets
- if [[ -n "$BUGSPLAT_DB" ]]
- then
- # don't spew credentials into build log
- set +x
- if [[ -z "$BUGSPLAT_USER" || -z "$BUGSPLAT_PASS" ]]
- then
- # older mechanism involving build-secrets repo -
- # if build_secrets_checkout isn't set, report its name
- bugsplat_sh="${build_secrets_checkout:-\$build_secrets_checkout}/bugsplat/bugsplat.sh"
- if [ -r "$bugsplat_sh" ]
- then # show that we're doing this, just not the contents
- echo source "$bugsplat_sh"
- source "$bugsplat_sh"
- else
- fatal "BUGSPLAT_USER or BUGSPLAT_PASS missing, and no $bugsplat_sh"
- fi
- fi
- set -x
- export BUGSPLAT_USER BUGSPLAT_PASS
- fi
-
# honor autobuild_configure_parameters same as sling-buildscripts
eval_autobuild_configure_parameters=$(eval $(echo echo $autobuild_configure_parameters))