Disable Travis leak test

Travis environment doesn't offer enough memory for running ASan very
well, but Cirrus has it covered anyway.
This commit is contained in:
Jon Siwek 2020-01-31 19:26:29 -08:00
parent d33613c2a5
commit 2cda94e8ee
3 changed files with 10 additions and 2 deletions

View file

@ -29,7 +29,8 @@ env:
- distro: fedora_30
- distro: ubuntu_16.04
- distro: ubuntu_18.04
- distro: ubuntu_18.04_leaktest
# Travis environment doesn't have enough memory to support ASan well.
# - distro: ubuntu_18.04_leaktest
install: sh ci/travis-job install $distro

View file

@ -1,4 +1,11 @@
3.1.0-dev.530 | 2020-02-03 13:21:16 -0800
* Disable Travis leak test (Jon Siwek, Corelight)
Travis environment doesn't offer enough memory for running ASan very
well, but Cirrus has it covered anyway.
3.1.0-dev.529 | 2020-02-03 13:04:30 -0800
* CMakeLists.txt: fix cross-compilation with binpac (Fabrice Fontaine)

View file

@ -1 +1 @@
3.1.0-dev.529
3.1.0-dev.530