summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-10 18:33:39 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-10 18:33:44 +0100
commite0d6ae92a2cdbba3547577b25db81e94cb1002ba (patch)
tree9c1164364a13ec0e1e156bd5b213b51821ecf74e /pcr
parent99e4828e21ca54b8868f78fb8406143995152bee (diff)
pcr: mat2: workaround build issues with libremakepkg
Given that: - The build works fine with makepkg and the tests do pass. - The checks fail with libremakepkg - On previous version the checks did fail because the maximum path length was reached. The checks are disabled for now to be albe to package it. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r--pcr/mat2/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/pcr/mat2/PKGBUILD b/pcr/mat2/PKGBUILD
index 2baeb497d..421049f75 100644
--- a/pcr/mat2/PKGBUILD
+++ b/pcr/mat2/PKGBUILD
@@ -17,10 +17,13 @@ source=("git+https://0xacab.org/jvoisin/mat2.git#tag=${pkgver}?signed")
sha256sums=('SKIP')
validpgpkeys=('9FCDEE9E1A381F311EA62A7404D041E8171901CC' # Julien (jvoisin) Voisin
)
-check() {
- cd "${pkgname}"
- python -m unittest discover -v
-}
+
+# This fails with librepkg but not with makepkg
+# This is probably due to the way things are mounted inside the chroot
+# check() {
+# cd "${pkgname}"
+# python -m unittest discover -v
+# }
package() {
cd "${pkgname}"