fixup! Release build squashed

This commit is contained in:
2025-08-19 08:47:55 -05:00
parent 05ff7e328c
commit d77558afc3
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
PROD_MACOS_NOTARIZATION_TEAM_ID: '${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}'
PROD_MACOS_NOTARIZATION_PWD: '${{ secrets.PROD_MACOS_NOTARIZATION_PWD }}'
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
DEBUG_FLAG: ${{ matrix.configuration == 'Debug' && 'true' || 'false' }}
RELEASE_FLAG: ${{ matrix.configuration == 'Release' && 'true' || 'false' }}
BUILD_OS: ${{ matrix.os.name }}
strategy:
fail-fast: false
@@ -81,7 +81,7 @@ jobs:
run: 'sudo ./.github/workflows/scripts/linux/install-tgui.sh'
if: ${{ matrix.os.name == 'ubuntu' }}
- name: Build
run: '${{ matrix.os.scons-script }} test=false debug=$DEBUG_FLAG'
run: '${{ matrix.os.scons-script }} test=false release=$RELEASE_FLAG'
shell: bash
- name: Download fix-rpaths.py script

View File

@@ -1,4 +1,4 @@
#!/bin/sh -ve
export CCFLAGS=-fdiagnostics-color=always
scons
scons $@