diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-07 14:09:54 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-07 14:09:54 -0400 |
commit | 77227cf5c427b1be0481989f6cd9fd53a36dc487 (patch) | |
tree | 4c31129e0de9a4f4318cee81ae3ea798f92e186a /.github/workflows/build.yaml | |
parent | 95aa00f7427b7d19ab502862b3018012c1bf1904 (diff) |
SL-18837: Suppress BUGSPLAT_DB for ReleaseOS builds.
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 89241071e3..77cb91cd85 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,8 +34,8 @@ jobs: AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables AUTOBUILD_VSVER: "170" DEVELOPER_DIR: ${{ matrix.developer_dir }} - # Ensure that viewer builds engage Bugsplat. - BUGSPLAT_DB: "SecondLife_Viewer_2018" + # Ensure that Linden viewer builds engage Bugsplat. + BUGSPLAT_DB: ${{ matrix.configuration != 'ReleaseOS' && 'SecondLife_Viewer_2018' || '' }} BUGSPLAT_PASS: ${{ secrets.BUGSPLAT_PASS }} BUGSPLAT_USER: ${{ secrets.BUGSPLAT_USER }} build_coverity: false |