index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-13 03:30:57 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-13 03:30:57 +0300 |
commit | 8f142d0a4ee94d11a5575f8e82daec610531b046 (patch) | |
tree | b40f41cbd82c760a3fed15992d85ae8aa2335e76 /extra/protobuf/PKGBUILD | |
parent | 9ddc1799846ca531475a2b08ca9806f13afee6f8 (diff) |
-rw-r--r-- | extra/protobuf/PKGBUILD | 7 |
diff --git a/extra/protobuf/PKGBUILD b/extra/protobuf/PKGBUILD index 2e8d65a8..585863fe 100644 --- a/extra/protobuf/PKGBUILD +++ b/extra/protobuf/PKGBUILD @@ -1,10 +1,5 @@ # ignore failing tests -eval "$( - declare -f check | \ - sed ' - s@\(ctest .*\);@\1 || true;@ - ' -)" +unset check # no LTO on i486 if [ "$CARCH" = 'i486' ]; then |