diff options
author | Riteo <riteo@posteo.net> | 2022-07-20 19:03:25 +0200 |
---|---|---|
committer | Riteo <riteo@posteo.net> | 2022-07-20 19:03:38 +0200 |
commit | ef9039ad36c708d28dde079096db7f028efd8fea (patch) | |
tree | 67c0034eccbe0c94391089a21390ab3427e174a1 /.github | |
parent | 351197bfe406a226ff304712b97847bf51ce0abc (diff) |
Revert "CI: Disable Linux GCC ASAN temporarily"
This reverts commit 04e955841f43efc13f90f6edf457ad7867418202.
It looks like we can just remove `-pipe` for the CI to complete.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux_builds.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 0e27963b84..b88c84e34e 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -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. |