Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-07-13 03:30:57 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-07-13 03:30:57 +0300
commit8f142d0a4ee94d11a5575f8e82daec610531b046 (patch)
treeb40f41cbd82c760a3fed15992d85ae8aa2335e76
parent9ddc1799846ca531475a2b08ca9806f13afee6f8 (diff)
extra/protobuf: Disable tests
-rw-r--r--extra/protobuf/PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/extra/protobuf/PKGBUILD b/extra/protobuf/PKGBUILD
index 2e8d65a8..585863fe 100644
--- a/extra/protobuf/PKGBUILD
+++ b/extra/protobuf/PKGBUILD
@@ -1,10 +1,5 @@
# ignore failing tests
-eval "$(
- declare -f check | \
- sed '
- s@\(ctest .*\);@\1 || true;@
- '
-)"
+unset check
# no LTO on i486
if [ "$CARCH" = 'i486' ]; then