From 535ddd1b280b3a17aa7b98e3c718852a45226163 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 15 May 2019 13:49:31 +0200 Subject: [PATCH] cni-plugins: broken on i686* for now --- srcpkgs/cni-plugins/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/cni-plugins/template b/srcpkgs/cni-plugins/template index 77b146f6fca..bf71e3f86e4 100644 --- a/srcpkgs/cni-plugins/template +++ b/srcpkgs/cni-plugins/template @@ -12,6 +12,10 @@ homepage="https://github.com/containernetworking/plugins" distfiles="https://github.com/containernetworking/plugins/archive/v${version}.tar.gz" checksum=a75106511fccb500a0931018ee34612b1b5c0c8c4fef03b86e9715e81dc6f512 +case "$XBPS_TARGET_MACHINE" in + i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/17776/steps/shell_3/logs/stdio";; +esac + do_build() { ./build_linux.sh }