.travis.yml: temporarily disable OPJ_CI_ASAN=1 (refs #1091)

This commit is contained in:
Even Rouault 2018-02-25 19:20:38 +01:00
parent 90b1bffa7e
commit bce2bd71c0
1 changed files with 4 additions and 3 deletions

View File

@ -67,9 +67,10 @@ matrix:
- valgrind
# Test under ASAN
- os: linux
compiler: clang
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug OPJ_CI_ASAN=1
# Temporarily disabled since broken. See https://github.com/uclouvain/openjpeg/issues/1091
# - os: linux
# compiler: clang
# env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug OPJ_CI_ASAN=1
# Test with CLang 3.8
- os: linux