From db0d0da6ac292bff1f704e2b8c3cdc2ce2ddf7c0 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 14 Oct 2020 12:56:47 +0200 Subject: [PATCH] Rocket.Chat-Desktop: mark broken on i686 --- srcpkgs/Rocket.Chat-Desktop/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/Rocket.Chat-Desktop/template b/srcpkgs/Rocket.Chat-Desktop/template index 50b063a134..6b9879918f 100644 --- a/srcpkgs/Rocket.Chat-Desktop/template +++ b/srcpkgs/Rocket.Chat-Desktop/template @@ -16,6 +16,10 @@ checksum=c8c4f4d29ffe7cee825e7967bdabe1abdadc7153f169c36ee971b491a29628b1 export USE_SYSTEM_APP_BUILDER=true +case "$XBPS_TARGET_MACHINE" in + i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/27897/steps/shell_3/logs/stdio" +esac + do_configure() { # we can't make electron skip binary download as that fails in do_build # so instead, force a bogus architecture so it downloads its binary