mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
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:
parent
d33613c2a5
commit
2cda94e8ee
3 changed files with 10 additions and 2 deletions
|
@ -29,7 +29,8 @@ env:
|
||||||
- distro: fedora_30
|
- distro: fedora_30
|
||||||
- distro: ubuntu_16.04
|
- distro: ubuntu_16.04
|
||||||
- distro: ubuntu_18.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
|
install: sh ci/travis-job install $distro
|
||||||
|
|
||||||
|
|
7
CHANGES
7
CHANGES
|
@ -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
|
3.1.0-dev.529 | 2020-02-03 13:04:30 -0800
|
||||||
|
|
||||||
* CMakeLists.txt: fix cross-compilation with binpac (Fabrice Fontaine)
|
* CMakeLists.txt: fix cross-compilation with binpac (Fabrice Fontaine)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.1.0-dev.529
|
3.1.0-dev.530
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue