From 3ef3d4f1d674e14d7f103e529c463dfc7ba16ed5 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 1 Nov 2017 22:01:18 +0100 Subject: testing/ffcall: disable on x86 due to segfault in test gcc -Os -fomit-frame-pointer -x none minitests.o libvacall.a -Wl,--as-needed -o minitests i586-alpine-linux-musl-g++ -Os -fomit-frame-pointer -x none minitests-c++.o libvacall.a -Wl,--as-needed -o minitests-c++ ./minitests > minitests.out Segmentation fault make[1]: *** [Makefile:280: check] Error 139 --- testing/ffcall/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/ffcall') diff --git a/testing/ffcall/APKBUILD b/testing/ffcall/APKBUILD index b6bfd29bff..efa4d58cae 100644 --- a/testing/ffcall/APKBUILD +++ b/testing/ffcall/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.0 pkgrel=1 pkgdesc="C library for implementing foreign function calls in embedded interpreters" url="http://www.gnu.org/software/libffcall/" -arch="all" +arch="all !x86" license="GPL2" depends="" depends_dev="" -- cgit v1.2.3