From 1c6d5ae58ac33861aaf4d0c97e3f0d3861e332cc Mon Sep 17 00:00:00 2001
From: Carlo Landmeter <clandmeter@alpinelinux.org>
Date: Mon, 7 Jun 2021 23:17:54 +0000
Subject: [PATCH] main/libunwind: disable on riscv64

https://github.com/libunwind/libunwind/issues/99
---
 main/libunwind/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/libunwind/APKBUILD b/main/libunwind/APKBUILD
index a16cc588add2..13d4a4ff9fd3 100644
--- a/main/libunwind/APKBUILD
+++ b/main/libunwind/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.5.0
 pkgrel=1
 pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
 url="https://www.nongnu.org/libunwind/"
-arch="all"
+arch="all !riscv64"
 license="MIT"
 options="!check" # v1.4.0 12 tests failing - https://github.com/libunwind/libunwind/issues/164
 depends_dev="libucontext-dev"
-- 
GitLab