Merge pull request #2143 from secondlife/signal/rm-build-crust
build.yaml: Remove unused BUILD variablemaster
commit
d881c72a9a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue