From 6b5af2cb007f331adef8d6b99a71c183c317b0aa Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Apr 2020 08:50:37 +0000 Subject: community/mruby: disable on s390x due to ruby segfault upstream report: https://bugs.ruby-lang.org/issues/16810 --- community/mruby/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/mruby') diff --git a/community/mruby/APKBUILD b/community/mruby/APKBUILD index 5ee76c7132..7fd4850bdd 100644 --- a/community/mruby/APKBUILD +++ b/community/mruby/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.1.0 pkgrel=2 pkgdesc="Lightweight Ruby" url="http://mruby.org" -arch="all !armhf !armv7 !x86" +arch="all !armhf !armv7 !x86 !s390x" license="MIT" depends="" makedepends="$depends_dev bison ruby" -- cgit v1.2.3