Merge pull request #42472 from akien-mga/3.2-ci-sanitizers-on

CI: Re-enable sanitizers build
This commit is contained in:
Rémi Verschelde 2020-10-01 20:49:20 +02:00 committed by GitHub
commit fbb417c437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,9 +118,7 @@ jobs:
linux-sanitizer:
runs-on: "ubuntu-20.04"
name: Editor and exported project with sanitizers (target=debug/release, tools=yes/no, debug_symbols=yes/full, use_ubsan=yes, use_asan=yes)
# FIXME: Disabled until we can get it to pass.
if: false
name: Editor and exported project with sanitizers (target=debug/release, tools=yes/no, debug_symbols=yes/full, use_ubsan=yes, use_asan=yes)
steps:
- uses: actions/checkout@v2