Commit e16b3ee7 authored by Jelle van der Waa's avatar Jelle van der Waa
Browse files

archlinux: skip running tests for continious build



Also skip the checks for build number one, otherwise we will never
produce reproducible packages. Fixes 97145223 which introduces this
issue.

Signed-off-by: default avatarJelle van der Waa <jelle@vdwaa.nl>
parent aa2ace2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ first_build() {
	local LOG=$TMPDIR/b1/$SRCPACKAGE/build1.log
	local FUTURE_STATE="disabled"
	local MAKEPKG_ENV_VARS="SOURCE_DATE_EPOCH='$SOURCE_DATE_EPOCH' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'"
	local MAKEPKG_OPTIONS="--syncdeps --noconfirm"
	local MAKEPKG_OPTIONS="--syncdeps --noconfirm --nocheck"
	if [ "$(hostname)" = "osuosl-build170-amd64" ] ; then
		FUTURE_STATE="enabled"
		MAKEPKG_ENV_VARS="$MAKEPKG_ENV_VARS GIT_SSL_NO_VERIFY=1"