Remove --disable-perftools from coverity builds

This commit is contained in:
Jon Siwek 2019-07-23 09:37:05 -07:00
parent 42e94d1ce2
commit 9698d8d7cc
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2.6-649 | 2019-07-23 09:37:05 -0700
* Remove --disable-perftools from coverity builds (Jon Siwek, Corelight)
2.6-647 | 2019-07-22 12:46:04 -0700
* Ignore abs-path in test. (Zeke Medley, Corelight)

View file

@ -1 +1 @@
2.6-647
2.6-649

View file

@ -53,7 +53,7 @@ build_coverity() {
# outside of Travis).
make distclean > /dev/null
./configure --prefix=`pwd`/build/root --enable-debug --disable-perftools --disable-broker-tests --disable-python --disable-zeekctl
./configure --prefix=`pwd`/build/root --enable-debug --disable-broker-tests --disable-python --disable-zeekctl
export PATH=`pwd`/coverity-tools/bin:$PATH
cd build