Commit cadc58f4 authored by Holger Levsen's avatar Holger Levsen
Browse files

Debian rb CI: build qemu with nocheck

parent 9eca0f1f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -626,6 +626,9 @@ first_build() {
		gcc-[0-9][0-9]|gcc-[0-9]|binutils)	extra_deb_build_options="nocheck nopgo nolto" 
							irc_message debian-reproducible-changes "$SUITE/$ARCH/$SRCPACKAGE is build with extra_deb_build_options='$extra_deb_build_options'"
							;;
		qemu)					extra_deb_build_options="nocheck" 
							irc_message debian-reproducible-changes "$SUITE/$ARCH/$SRCPACKAGE is build with extra_deb_build_options='$extra_deb_build_options'"
							;;
		*)					: ;;
	esac
	local TMPCFG=$(mktemp -t pbuilderrc_XXXX --tmpdir=$TMPDIR)