Changeset 22025


Ignore:
Timestamp:
08/30/17 14:48:09 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: exclude boost from checks because it might fail even though most of it is built

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r21975 r22025  
    149149
    150150                ./$PACKAGEINST &> compil.log
    151                 if [ $? -ne 0 ]; then
     151                if [ $? -ne 0 ] && [ "$PACKAGENAME" != "boost" ]; then
    152152                        echo "======================================================";
    153153                        echo "    ERROR: installation of $PACKAGENAME failed        ";
Note: See TracChangeset for help on using the changeset viewer.