From 165e0c9c44aad6ed6e32ef529a611bc724bf79f0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 24 Sep 2017 17:51:08 +0000 Subject: [PATCH] rstudio: i686 broken --- srcpkgs/rstudio/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/rstudio/template b/srcpkgs/rstudio/template index 9b14e70a70c..7298b8cd50e 100644 --- a/srcpkgs/rstudio/template +++ b/srcpkgs/rstudio/template @@ -52,6 +52,10 @@ skip_extraction="core-dictionaries.zip selenium-server-standalone-${_selenium_version}.jar chromedriver-linux" +case "$XBPS_TARGET_MACHINE" in + i686) broken="https://build.voidlinux.eu/builders/i686_builder/builds/5009/steps/shell_3/logs/stdio" ;; +esac + post_extract() { _srcdir="${XBPS_SRCDISTDIR}/${pkgname}-${version}"