From 4ecb515d2a3b36ab0c3ad60dff1e66a34061dd39 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 2 Feb 2019 12:57:29 -0800 Subject: [PATCH] yarn: broken for now on i686 --- srcpkgs/yarn/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/yarn/template b/srcpkgs/yarn/template index 9f0e380df31..f6e4824bfb1 100644 --- a/srcpkgs/yarn/template +++ b/srcpkgs/yarn/template @@ -12,6 +12,10 @@ distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz" conflicts="yarn-bin>=0" checksum=44054315c71acc280b77f837c3b242db1ea7df76458a8411df5fd8be209b08c6 +case $XBPS_TARGET_ARCH in + i686) broken="https://build.voidlinux.org/builders/i686_builder/builds/15057/steps/shell_3/logs/stdio" +esac + pre_build() { yarn }