Skip to content

Enable sanitizers in CI

Tyson Smith requested to merge tysmith/pixman:master into master

Here is my attempt: https://gitlab.freedesktop.org/tysmith/pixman

I have enabled ASan, MSan as well as UBSan and I have bumped the CI Fedora version to 29 (llvm 7) from 28 (llvm 6) for newer versions of the sanitizers. The logs are saved as artifacts if there are test failures.

Merge request reports