From 89191059ef419dbad72fdc831ca3c29860d26a0c Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 4 Oct 2023 16:54:07 -0400 Subject: SL-18837: Upload symbol file and physics pkg without installer. build.sh logic used to test whether the installer existed and skip the symbol-file and llphysicsextensions uploads if not. Since we now sign and package the built viewer in a later build job, it's no longer appropriate to gate these uploads on existence of the installer. --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 53d0122cbc..7f1e382c07 100755 --- a/build.sh +++ b/build.sh @@ -546,11 +546,9 @@ then if $build_viewer then begin_section "Uploads" - # Upload installer package=$(installer_$arch) - if [ x"$package" != x ] && test -f "$package" + if [ x"$package" != x ] then - # Upload base package. if [ "$last_built_variant" = "Release" ] then # nat 2016-12-22: without RELEASE_CRASH_REPORTING, we have no symbol file. -- cgit v1.2.3