travis: update asan build to Fedora 32
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 6 May 2020 12:32:06 +0000 (14:32 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 6 May 2020 21:36:12 +0000 (06:36 +0900)
commit755c59f678cc51116fd3af7649398027a7629e80
treeb9f636f1f042ee06d18981c52e2b51c87388ccb5
parentf2d1b811c572203f4c68a69bc599156ad2db0e3e
travis: update asan build to Fedora 32

With the updated gcc to version 10 the AddressSanitizer plugin seems to
have switched the OneDefionitionRule to 2, which includes reports for
definitions with the same size.

https://github.com/google/sanitizers/wiki/AddressSanitizerOneDefinitionRuleViolation

In our case that breaks heavily due to our usage in eina_module:

==147526==ERROR: AddressSanitizer: odr-violation (0x7fca71b29300):
  [1] size=8 '__eina_module_shutdown' ../src/modules/ecore_imf/xim/ecore_imf_xim.c:821:1
  [2] size=8 '__eina_module_shutdown' ../src/modules/evas/engines/buffer/evas_engine.c:185:1

Disabeling it for our runs.
.ci/ci-make-check.sh
.travis.yml