You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
CI: Disable debug_symbols for Linux + all sanitizers build
We're running out of disk space so builds are failing...
This commit is contained in:
3
.github/workflows/linux_builds.yml
vendored
3
.github/workflows/linux_builds.yml
vendored
@@ -36,7 +36,8 @@ jobs:
|
|||||||
cache-name: linux-editor-double-sanitizers
|
cache-name: linux-editor-double-sanitizers
|
||||||
target: editor
|
target: editor
|
||||||
tests: true
|
tests: true
|
||||||
sconsflags: dev_build=yes precision=double use_asan=yes use_ubsan=yes linker=gold
|
# Debug symbols disabled as they're huge on this build and we hit the 14 GB limit for runners.
|
||||||
|
sconsflags: dev_build=yes debug_symbols=no precision=double use_asan=yes use_ubsan=yes linker=gold
|
||||||
proj-test: true
|
proj-test: true
|
||||||
# Can be turned off for PRs that intentionally break compat with godot-cpp,
|
# Can be turned off for PRs that intentionally break compat with godot-cpp,
|
||||||
# until both the upstream PR and the matching godot-cpp changes are merged.
|
# until both the upstream PR and the matching godot-cpp changes are merged.
|
||||||
|
|||||||
Reference in New Issue
Block a user