Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-04-19 07:55:38 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-04-19 07:55:38 +0200
commit587acae751d275da32a03014c69cc93f155e245f (patch)
treefd81b2347e71ff9a5d0679dde5b8e47c658d17a4
parentaccd9534afa3fee563ea16b3c4cb620fad7f17bb (diff)
core/glibc: disabled 486 check patching, is broken
-rw-r--r--core/glibc/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD
index eb3971c3..c8cb5e40 100644
--- a/core/glibc/PKGBUILD
+++ b/core/glibc/PKGBUILD
@@ -30,16 +30,16 @@ eval "$(
makedepends=(${makedepends[@]//gd/})
makedepends_i686+=('gd')
-if [ "${CARCH}" = "i486" ]; then
-
- # disable testing for now, we run out of memory
- eval "$(
- declare -f check | \
- sed '
- /make -O check/d
- '
- )"
-fi
+# patching fails, tests are disabled lower anyway completely
+#if [ "${CARCH}" = "i486" ]; then
+# # disable testing for now, we run out of memory
+# eval "$(
+# declare -f check | \
+# sed '
+# /make -O check/d
+# '
+# )"
+#fi
# pentium4 specific