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.
This commit is contained in:
@@ -10,6 +10,13 @@ distfiles="https://repo.voidlinux.eu/distfiles/gcc-$version.tar.xz"
|
|||||||
checksum=a7addd2d4e42e66c3b56ced8baee5a11ef7fb577e23615a4f43877273eaf9409
|
checksum=a7addd2d4e42e66c3b56ced8baee5a11ef7fb577e23615a4f43877273eaf9409
|
||||||
wrksrc="gcc-$version"
|
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"
|
hostmakedepends="flex avr-binutils"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Need a direct cross-compiler for libgcc.
|
# Need a direct cross-compiler for libgcc.
|
||||||
|
|||||||
Reference in New Issue
Block a user