composite/nightly: unless we can trap error this is useless

This commit is contained in:
Franco Fichtner 2019-05-09 19:15:22 +02:00
parent 65550859b8
commit 1da7ba88ce
1 changed files with 0 additions and 4 deletions

View File

@ -25,8 +25,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
set -e
FLAVOURS="OpenSSL LibreSSL"
CLEAN=packages
@ -55,8 +53,6 @@ for STAGE in update info base kernel xtools distfiles; do
(time make ${STAGE} 2>&1) > ${LOG}
done
set +e
for FLAVOUR in ${FLAVOURS}; do
(make clean-${CLEAN} FLAVOUR=${FLAVOUR} 2>&1) > /dev/null
done