Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/bear
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-07-13 10:41:22 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-07-13 10:41:22 +0300
commit76aec854a7e79828fe5c6f8417df9d165626ce10 (patch)
tree5b33685645cd2842f1c106ab2879b7683cdc76a9 /extra/bear
parentd0fb8dac9629b97df9d6bdd10f8bbda084aaf8d2 (diff)
extra/bear: Disable tests attempt #2
Diffstat (limited to 'extra/bear')
-rw-r--r--extra/bear/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/bear/PKGBUILD b/extra/bear/PKGBUILD
index bd0e438d..7841ee96 100644
--- a/extra/bear/PKGBUILD
+++ b/extra/bear/PKGBUILD
@@ -1,2 +1,4 @@
# Timeout
-unset check
+eval "$(
+ declare -f prepare | sed 's@cmake@cmake -DENABLE_UNIT_TESTS=OFF -DENABLE_FUNC_TESTS=OFF@'
+)"