Skip to content

Commit 95ecae8

Browse files
committed
coverity: add --enable-debug to nightly Coverity builds
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 0e39319 commit 95ecae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/build-server/openmpi-nightly-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build_root=/home/mpiteam/openmpi/nightly-tarball-build-root
3737

3838
# Coverity stuff
3939
coverity_token=`cat $HOME/coverity/openmpi-token.txt`
40-
coverity_configure_args="--enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --enable-oshmem-java --with-mxm=/opt/mellanox/mxm --with-psm --with-usnic --with-libfabric=/u/mpiteam/libfabric-current/install"
40+
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --enable-oshmem-java --with-mxm=/opt/mellanox/mxm --with-psm --with-usnic --with-libfabric=/u/mpiteam/libfabric-current/install"
4141

4242
export PATH=$HOME/local/bin:$PATH
4343
export LD_LIBRARY_PATH=$HOME/local/lib:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)