From 6ea3c2dd02ac8dec3c2a2da113cb67acf9d6248d Mon Sep 17 00:00:00 2001 From: John Date: Fri, 29 May 2020 13:31:07 +0200 Subject: [PATCH] yarn: unbreak on i686 aa113ebd02dcaf1a26ae99c4eeca1030aa978d30 fixed the underlying issue --- srcpkgs/yarn/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/yarn/template b/srcpkgs/yarn/template index 69d6dcdccea..140faf0b2e0 100644 --- a/srcpkgs/yarn/template +++ b/srcpkgs/yarn/template @@ -13,10 +13,6 @@ checksum=f9e09bf375388f489a62a08d6ab0a455ab47d62b32512b35e4315d12d12db4e5 conflicts="yarn-bin>=0" -case "$XBPS_TARGET_MACHINE" in - i686) broken="https://build.voidlinux.org/builders/i686_builder/builds/15057/steps/shell_3/logs/stdio" -esac - pre_build() { yarn }