1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/efitools: disable on riscv64

fails to build due to sbsigntool appears to be broken
This commit is contained in:
Natanael Copa 2025-04-25 08:55:28 +02:00
parent 7dd1248ef5
commit c3f0aa42e1

View file

@ -7,7 +7,8 @@ pkgrel=11
pkgdesc="EFI tools"
url="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git"
# others: limited by sbsigntool
arch="all !armhf !s390x !ppc64le !loongarch64"
# riscv64: sbsigntool appears to be broken
arch="all !armhf !s390x !ppc64le !loongarch64 !riscv64"
license="(GPL-2.0-only AND LGPL-2.1-or-later) WITH OpenSSL-Exception"
options="!check" # no testsuite
# efi-readvar requires mount(8) with -l option