From 39792a831c401ff8f91724701d75bc21620c2a60 Mon Sep 17 00:00:00 2001
From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org>
Date: Thu, 11 Jul 2024 15:27:46 +0000
Subject: [PATCH] testing/tpm2-pkcs11: disable on loongarch64

blocked by py3-tpm2-pytss
---
 testing/tpm2-pkcs11/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/tpm2-pkcs11/APKBUILD b/testing/tpm2-pkcs11/APKBUILD
index fd5127892477..8f8927f59c96 100644
--- a/testing/tpm2-pkcs11/APKBUILD
+++ b/testing/tpm2-pkcs11/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.9.0
 pkgrel=1
 pkgdesc="A PKCS#11 interface for TPM2 hardware"
 url="https://github.com/tpm2-software/tpm2-pkcs11"
-arch="all !armhf !armv7 !riscv64 !x86" # blocked by py3-tpm2-pytss
+arch="all !armhf !armv7 !riscv64 !x86 !loongarch64" # blocked by py3-tpm2-pytss
 license="BSD-2-Clause"
 depends="
 	bash
-- 
GitLab