Skip to content

Commit

Permalink
Merge pull request #2 from jss2a98aj/cleanup-scons-flags
Browse files Browse the repository at this point in the history
Cleanup some scons flags
  • Loading branch information
Bioblaze authored Nov 25, 2024
2 parents e51f11e + 85b036d commit 580c0e9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ on:
required: true
type: string


# Global Settings
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
SCONSFLAGS: verbose=yes warnings=no werror=no debug_symbols=no progress=no generate_apk=yes module_text_server_fb_enabled=yes
SCONSFLAGS: verbose=yes warnings=no progress=no
BUILD_FLAG: ${{ github.event.client_payload.production && 'production=yes' || 'use_static_cpp=yes' }}
TEMPLATE_TYPE: ${{ github.event.client_payload.production && 'template_release' || 'template_debug' }}
BUILD_TYPE: ${{ github.event.client_payload.type || 'nightly' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
SCONSFLAGS: verbose=yes warnings=no werror=no debug_symbols=no progress=no module_text_server_fb_enabled=yes strict_checks=yes
SCONSFLAGS: verbose=yes warnings=no progress=no
TERM: xterm
DEPLOY_TYPE: ios

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
SCONSFLAGS: verbose=yes warnings=no werror=no debug_symbols=no progress=no module_text_server_fb_enabled=yes
SCONSFLAGS: verbose=yes warnings=no progress=no
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
TSAN_OPTIONS: suppressions=misc/error_suppressions/tsan.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
SCONSFLAGS: verbose=yes warnings=no werror=no debug_symbols=no progress=no
SCONSFLAGS: verbose=yes warnings=no progress=no
DEPLOY_TYPE: macos

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mono_glue_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
SCONSFLAGS: verbose=yes warnings=no werror=no debug_symbols=no progress=no use_static_cpp=no
SCONSFLAGS: verbose=yes warnings=no progress=no use_static_cpp=no
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
TSAN_OPTIONS: suppressions=misc/error_suppressions/tsan.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
SCONSFLAGS: verbose=yes warnings=no werror=no debug_symbols=no progress=no
SCONSFLAGS: verbose=yes warnings=no progress=no
EM_VERSION: 3.1.64
EM_CACHE_FOLDER: "emsdk-cache"
DEPLOY_TYPE: web-editor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
SCONSFLAGS: verbose=yes warnings=no werror=no debug_symbols=no progress=no module_text_server_fb_enabled=yes # d3d12=yes "mesa_libs=${{github.workspace}}/deps/mesa" "angle_libs=${{github.workspace}}/deps/angle"
SCONSFLAGS: verbose=yes warnings=no progress=no # d3d12=yes "mesa_libs=${{github.workspace}}/deps/mesa" "angle_libs=${{github.workspace}}/deps/angle"
SCONS_CACHE_MSVC_CONFIG: true
DEPLOY_TYPE: windows

Expand Down

0 comments on commit 580c0e9

Please sign in to comment.