Skip to content
Snippets Groups Projects
Commit a7aae56e authored by Celeste's avatar Celeste
Browse files

testing/py3-tpm2-pytss: disable on loongarch64

https://build.alpinelinux.org/buildlogs/build-edge-loongarch64/testing/py3-tpm2-pytss/py3-tpm2-pytss-2.2.1-r0.log

cffi.CDefError: only supports one of the following syntax:
  #define TPM2_HR_PCR ...     (literally dot-dot-dot)
  #define TPM2_HR_PCR NUMBER  (with NUMBER an integer constant, decimal/hex/octal)
got:
  #define TPM2_HR_PCR ...<< TPM2_HR_SHIFT)
parent 03b4f200
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ pkgver=2.2.1 ...@@ -6,7 +6,9 @@ pkgver=2.2.1
pkgrel=0 pkgrel=0
pkgdesc="Python bindings for TSS" pkgdesc="Python bindings for TSS"
url="https://github.com/tpm2-software/tpm2-pytss" url="https://github.com/tpm2-software/tpm2-pytss"
arch="all !armhf !armv7 !riscv64 !x86" # limited by failing check() # armhf, armv7, riscv64, x86: limited by failing check()
# loongarch64: ftbfs, raises cffi.CDefError
arch="all !armhf !armv7 !riscv64 !x86 !loongarch64"
license="BSD-2-Clause" license="BSD-2-Clause"
checkdepends=" checkdepends="
py3-pytest-forked py3-pytest-forked
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment