yarn: broken for now on i686

This commit is contained in:
Michael Aldridge 2019-02-02 12:57:29 -08:00
parent 8e77e6bd96
commit 4ecb515d2a
1 changed files with 4 additions and 0 deletions

View File

@ -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
}