From 2c1f8060de275f90f6b0c41563fa29595322e461 Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Sun, 27 Jan 2019 03:45:14 +0200 Subject: [PATCH] testing/mame: disable for armhf --- testing/mame/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mame/APKBUILD b/testing/mame/APKBUILD index 6f351469912b..a70d8d171a9c 100644 --- a/testing/mame/APKBUILD +++ b/testing/mame/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/.} pkgrel=1 pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset." url="https://mamedev.org" -arch="all" +arch="all !armhf" # fails with clang 5 https://github.com/alpinelinux/aports/pull/6042#issuecomment-455065598 license="GPL-2.0-or-later" depends="$pkgname-common" makedepends=" -- GitLab