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-04-19 22:35:07 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-19 22:35:23 +0300
commit7b3ef9e913069f59082b3c42754b15c9f3f6cb2c (patch)
treecdcb8c065011c6f510387c3a3b8365b598facd4b
parent5d4daa5dafcec498bf75d681590af11d8b960271 (diff)
core/curl: Disable tests for now
-rw-r--r--core/curl/PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD
index eaaffe13..6d7d6522 100644
--- a/core/curl/PKGBUILD
+++ b/core/curl/PKGBUILD
@@ -1,7 +1,3 @@
-# disable QUIC for now (we have and old openssl library in staging?!)
-eval "$(
- declare -f build | \
- sed '
- /configure/s/--with-openssl-quic//g
- '
-)"
+# Valgrind seems broken for now
+unset check
+unset checkdepends