CI: Disable redirect_build_objects for GHA

This commit is contained in:
Thaddeus Crews 2025-03-15 22:31:49 -05:00
parent 863a5ff139
commit 0e2d1526b7
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84

View file

@ -28,7 +28,7 @@ runs:
env: env:
SCONSFLAGS: ${{ inputs.sconsflags }} SCONSFLAGS: ${{ inputs.sconsflags }}
run: | run: |
echo "Building with flags:" platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}" echo "Building with flags:" platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}" redirect_build_objects=no
if [ "${{ inputs.target }}" != "editor" ]; then if [ "${{ inputs.target }}" != "editor" ]; then
# Ensure we don't include editor code in export template builds. # Ensure we don't include editor code in export template builds.
@ -42,5 +42,5 @@ runs:
export BUILD_NAME="gh" export BUILD_NAME="gh"
fi fi
scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}" scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}" redirect_build_objects=no
ls -l bin/ ls -l bin/