index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-07-16 12:43:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-16 12:43:09 +0200 |
commit | 3efc6be56bf1e71b9af3bba8eb719d4bbb671bbf (patch) | |
tree | 1e3122fe1fd132335daa63468b5ede51e0358c4e /extra/python2 | |
parent | c19180d9252ec5a5fe7438fba3ed589983d5ee5f (diff) |
-rw-r--r-- | extra/python2/PKGBUILD | 9 |
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD index 080288e6..a9215693 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -1,11 +1,6 @@ -# on i686 some tests fail with segfault -# test_replace_overflow (present in test_bytes, test_str, test_string, -# test_unicode, test_userstring) segfault on i686 -# test_bigrepeat (present in test_tuple) segfault on i686 -# test_audioop (present in test_wrongsize, test_augassign, test_base64, test_bastion, test_bigaddrspace, test_max) AssertionError: -2147483648 != 2147483648L eval "$( - declare -f check | \ + declare -f build | \ sed ' - /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_wrongsize test_augassign test_base64 test_bastion test_bigaddrspace test_max test_audioop/ + /export OPT=/ s/"$/ -fwrapv"/ ' )" |