diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-02-25 19:20:38 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-02-25 19:20:38 +0100 |
| commit | bce2bd71c06e3550e57442dfa715fcce5351bc7a (patch) | |
| tree | a408248f71714ad937e6392dca26a47037ba1d1d | |
| parent | 90b1bffa7e745c754afb56dc89ccb70f8aeeadcf (diff) | |
.travis.yml: temporarily disable OPJ_CI_ASAN=1 (refs #1091)
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 32dce2b6..84aeb63e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
