mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Revert "CI: Disable Linux GCC ASAN temporarily"
This reverts commit 04e955841f
.
It looks like we can just remove `-pipe` for the CI to complete.
This commit is contained in:
parent
351197bfe4
commit
ef9039ad36
4
.github/workflows/linux_builds.yml
vendored
4
.github/workflows/linux_builds.yml
vendored
@ -31,12 +31,12 @@ jobs:
|
||||
proj-conv: true
|
||||
artifact: true
|
||||
|
||||
- name: Editor with doubles and GCC sanitizers (target=debug, tools=yes, float=64, tests=yes, use_asan=no, use_ubsan=yes)
|
||||
- name: Editor with doubles and GCC sanitizers (target=debug, tools=yes, float=64, tests=yes, use_asan=yes, use_ubsan=yes)
|
||||
cache-name: linux-editor-double-sanitizers
|
||||
target: debug
|
||||
tools: true
|
||||
tests: true
|
||||
sconsflags: float=64 use_asan=no use_ubsan=yes
|
||||
sconsflags: float=64 use_asan=yes use_ubsan=yes
|
||||
proj-test: true
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user