summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBennett Goble <signal@lindenlab.com>2024-07-29 09:52:59 -0700
committerBennett Goble <signal@lindenlab.com>2024-07-29 09:52:59 -0700
commita247902e3dd7c9fa566b9ecd97845419a82c1afe (patch)
tree112973c1c2ed8ca816fd072b50416b2bbdbf0a09 /.github
parent7a4249937db591d146d8c91f2a85c5c721543f19 (diff)
build.yaml: Remove unused BUILD variable
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f0a48f9b69..b385e3ba12 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -66,9 +66,6 @@ jobs:
DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer"
# Ensure that Linden viewer builds engage Bugsplat.
BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }}
- # Run BUILD steps for Release configuration.
- # Run BUILD steps for ReleaseOS configuration only for release runs.
- BUILD: ${{ needs.setup.outputs.build }}
build_coverity: false
build_log_dir: ${{ github.workspace }}/.logs
build_viewer: true