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 }