mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove --disable-perftools from coverity builds
This commit is contained in:
parent
42e94d1ce2
commit
9698d8d7cc
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-647
|
||||
2.6-649
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue