Skip to content

Commit 2388675

Browse files
author
Ralph Castain
committed
Trim the coverity build line to packages available on this machine
1 parent 55551a4 commit 2388675

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
@@ -39,7 +39,7 @@ build_root=$HOME/openmpi/nightly-tarball-build-root
3939

4040
# Coverity stuff
4141
coverity_token=`cat $HOME/coverity/openmpi-token.txt`
42-
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --enable-oshmem-java --with-mxm --with-psm --with-usnic --with-libfabric"
42+
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --with-psm --with-usnic --with-libfabric"
4343

4444
export PATH=$HOME_PREFIX/bin:$PATH
4545
export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)