From: Amos Jeffries Date: Mon, 7 Nov 2011 09:20:51 +0000 (-0700) Subject: Maintenance: Reduce snapshot build test cycle to the basic tests X-Git-Tag: BumpSslServerFirst.take01~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=787fb3fafe0ef97f84e590fb1185f0a49fd80037;p=thirdparty%2Fsquid.git Maintenance: Reduce snapshot build test cycle to the basic tests --- diff --git a/mksnapshot.sh b/mksnapshot.sh index 563b4b39d5..53a77c31b9 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -54,7 +54,8 @@ echo "REVISION: ${revision}" echo "STARTDIR: ${startdir}" echo "TMPDIR: ${tmpdir}" -./test-builds.sh --cleanup || exit 1 +## Ignore extra build layers. General features building is sufficient for snapshot release. +./test-builds.sh --cleanup layer-00-default layer-01-maximus layer-01-minimal || exit 1 ./configure --silent --enable-build-info="DATE: ${date} REVISION: ${revision}" make -s dist-all