From 6ce73b9d4cdf41eadd7abee5822786b61e9651f7 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sun, 4 Dec 2016 12:11:29 +0100 Subject: [PATCH] avr-gcc: mark broken for some archs Currently some of the buildbots can't connect to http://repo.voidlinux.eu/distfiles Until this problem is solved, don't block other commits. --- srcpkgs/avr-gcc/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/avr-gcc/template b/srcpkgs/avr-gcc/template index eef1bd7d227..002fb132111 100644 --- a/srcpkgs/avr-gcc/template +++ b/srcpkgs/avr-gcc/template @@ -10,6 +10,13 @@ distfiles="https://repo.voidlinux.eu/distfiles/gcc-$version.tar.xz" checksum=a7addd2d4e42e66c3b56ced8baee5a11ef7fb577e23615a4f43877273eaf9409 wrksrc="gcc-$version" +case "$XBPS_TARGET_MACHINE" in + x86_64|i686|armv6l|armv7l) + # Temporarly mark as broken until download issues are solve + broken="Download from https://repo.voidlinux.eu/distfiles fails" + ;; +esac + hostmakedepends="flex avr-binutils" if [ "$CROSS_BUILD" ]; then # Need a direct cross-compiler for libgcc.