From d64e569d16f76dc59a6a9d35d69f3076dcb9fc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 10 Jun 2019 09:19:39 +0200 Subject: [PATCH] cni-plugins: unbreak for i686* --- srcpkgs/cni-plugins/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/cni-plugins/template b/srcpkgs/cni-plugins/template index 0c23ceb99d5..ee57fb191ab 100644 --- a/srcpkgs/cni-plugins/template +++ b/srcpkgs/cni-plugins/template @@ -12,10 +12,6 @@ homepage="https://github.com/containernetworking/plugins" distfiles="https://github.com/containernetworking/plugins/archive/v${version}.tar.gz" checksum=1b6f66835b52eb382f625cb98b70ddfaa02bbaf016ef4d9eb5faa21d0648e519 -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 }