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.master
parent
617801401f
commit
89191059ef
4
build.sh
4
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue