Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/llvm
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-08 00:14:18 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-08 00:14:18 +0200
commit1a073c80ed3d29344f0028c4858cbe4db8d2c7ce (patch)
tree79c09e89cdb1a697d1fe4d935339ed0a1adf109b /extra/llvm
parent47090a7514173d888bddc109434abdf7a0f94c90 (diff)
extra/llvm: Don't run tests
Diffstat (limited to 'extra/llvm')
-rw-r--r--extra/llvm/PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/extra/llvm/PKGBUILD b/extra/llvm/PKGBUILD
index 0aaae504..64686c88 100644
--- a/extra/llvm/PKGBUILD
+++ b/extra/llvm/PKGBUILD
@@ -1,8 +1,2 @@
-# ignore failing errors in now (LLVM :: tools/gold/X86/linkonce_odr_unnamed_addr.ll)
-
-eval "$(
- declare -f check | \
- sed '
- s/ninja check/ninja check || true/
- '
-)"
+# Tests fail and hang the builders
+unset check