diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-03-12 14:34:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 14:34:51 -0500 |
commit | f16a1bf0af97114f95722c177d26a67f847d31f8 (patch) | |
tree | a7cce6883a34576ea312995f8b5f43b337f335bf /build.sh | |
parent | 5fca8915d8f44cdb2a4f7bb4715d61ba47043e5d (diff) | |
parent | 457b720fd9b2ced6f288d4bbc71045cefaed4a49 (diff) |
Merge pull request #974 from secondlife/965-eep-skies-too-bright-after-hdri-local-preview-merge
965 eep skies too bright after hdri local preview merge
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -175,28 +175,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)) |