index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-16 14:57:22 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-16 14:57:22 +0200 |
commit | 688fe2fbc308dd71e43820c2a543ef7fff2dee53 (patch) | |
tree | 58c9a89f2e1ff1aa673b1efa1d4f3b46cc43e247 /core/libseccomp/PKGBUILD | |
parent | 0372e781508bbf5bfc0e502a100a5b59f7121878 (diff) |
-rw-r--r-- | core/libseccomp/PKGBUILD | 20 |
diff --git a/core/libseccomp/PKGBUILD b/core/libseccomp/PKGBUILD new file mode 100644 index 00000000..03a3745f --- /dev/null +++ b/core/libseccomp/PKGBUILD @@ -0,0 +1,20 @@ +#valgrind: fatal error: unsupported CPU. +# Supported CPUs are: +# * x86 (practically any; Pentium-I or above), AMD Athlon or above) +# * AMD Athlon64/Opteron +# * ARM (armv7) +# * MIPS (mips32 and above; mips64 and above) +# * PowerPC (most; ppc405 and above) +# * System z (64bit only - s390x; z990 and above) +# Test 49-sim-64b_comparisons%%011-00001 result: FAILURE 49-sim-64b_comparisons rc=1 +# +# On i486 we have to ignore valgrind tests, as we don't have i486 support +# for valgrind for now +if [ "${CARCH}" = "i486" ]; then + eval "$( + declare -f check | \ + sed ' + s/make check/make check || true/ + ' + )" +fi |