CI: Fix godot regression project test

Fix crash and memory leak in `SpringBoneSimulator3D`
Fix crash in `GraphEdit`
This commit is contained in:
LuoZhihao 2025-03-26 17:33:18 +08:00
parent 6b5b84c0c5
commit 4b9650f54e
4 changed files with 27 additions and 4 deletions

View file

@ -8,8 +8,8 @@ env:
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes strict_checks=yes
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
TSAN_OPTIONS: suppressions=misc/error_suppressions/tsan.txt
UBSAN_OPTIONS: suppressions=misc/error_suppressions/ubsan.txt
TSAN_OPTIONS: suppressions=${{ github.workspace }}/misc/error_suppressions/tsan.txt
UBSAN_OPTIONS: suppressions=${{ github.workspace }}/misc/error_suppressions/ubsan.txt
jobs:
build-linux: