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:
parent
7dd1248ef5
commit
c3f0aa42e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue