From e090ff2f5384545576fd87f513153e0fe68a991d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 14 Mar 2024 08:34:59 +0100 Subject: [PATCH] testing/heplify-server: disable on ppc64le due to build failure build fails with: /usr/lib/go/pkg/tool/linux_ppc64le/link: running gcc failed: exit status 1 /usr/lib/gcc/powerpc64le-alpine-linux-musl/13.2.1/../../../../powerpc64le-alpine-linux-musl/bin/ld: /tmp/go-link-358901543/000022.o: in function `__sanitizer::WriteOneLineToSyslog(char const*)': gotsan.cpp:(.text+0x81a8): undefined reference to `__syslog_chk' collect2: error: ld returned 1 exit status --- testing/heplify-server/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/heplify-server/APKBUILD b/testing/heplify-server/APKBUILD index 186d5f4cfa2..04f8b2d857b 100644 --- a/testing/heplify-server/APKBUILD +++ b/testing/heplify-server/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.55 pkgrel=20 pkgdesc="HEP Capture Server & Switch in Go" url="http://sipcapture.io" -arch="all !riscv64" # FTBFS +arch="all !riscv64 !ppc64le" # FTBFS license="AGPL-3.0-or-later" makedepends="go" install="$pkgname.pre-install"