summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-10-03 19:02:40 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-10-03 19:02:40 -0400
commit1684d6249984e0ad8e13263da05f84cb5e6b84fb (patch)
tree493e92c56cb5cff7aae36395d1593864b65f802e /build.sh
parente2ea42cb6a078d250a5d1c7ee81be355bde669bc (diff)
SL-19242: Remove signing and packaging from viewer_manifest.py
for Mac and Windows. That's now done by subsequent jobs in the GitHub build. Remove workflow step to upload installers before signing and packaging jobs. Remove from viewer_manifest.py conditionals for 32-bit Windows or Mac. Also bump to actions/checkout@v4, per dependabot.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index c0d7e55f7e..53d0122cbc 100755
--- a/build.sh
+++ b/build.sh
@@ -118,13 +118,11 @@ installer_CYGWIN()
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
# Build up these arrays as we go
-installer=()
metadata=()
symbolfile=()
physicstpv=()
# and dump them to GITHUB_OUTPUT when done
cleanup="$cleanup ; \
-arrayoutput installer ; \
arrayoutput metadata ; \
arrayoutput symbolfile ; \
arrayoutput physicstpv"
@@ -553,8 +551,6 @@ then
if [ x"$package" != x ] && test -f "$package"
then
# Upload base package.
- installer+=("$package")
-
if [ "$last_built_variant" = "Release" ]
then
# nat 2016-12-22: without RELEASE_CRASH_REPORTING, we have no symbol file.