From d2b638674f3c14e77568c33672da0e13cf0d7cf9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Nov 2018 15:51:52 +0100 Subject: extra/libgit2: skipping OOM tests --- extra/libgit2/PKGBUILD | 10 ++++++++++ .../libgit2-0.27.7-disable-oom-tests-on-32bit.patch | Bin 0 -> 560 bytes 2 files changed, 10 insertions(+) create mode 100644 extra/libgit2/PKGBUILD create mode 100644 extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch (limited to 'extra') diff --git a/extra/libgit2/PKGBUILD b/extra/libgit2/PKGBUILD new file mode 100644 index 00000000..87d81bff --- /dev/null +++ b/extra/libgit2/PKGBUILD @@ -0,0 +1,10 @@ +# see also Gentoo, disable the TOOBIG test +# https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99914da67e748f4eceec5a02e9ce603917d50004 + +source+=('libgit2-0.27.7-disable-oom-tests-on-32bit.patch') +sha256sums+=('2feabf58c149fb0c55f00d389f66c71a56ab90c7ae2fc492f8a06ec64765cbef') + +prepare() { + cd "$pkgname-$pkgver" + patch -Np1 -i ../libgit2-0.27.7-disable-oom-tests-on-32bit.patch +} diff --git a/extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch b/extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch new file mode 100644 index 00000000..918e22ec Binary files /dev/null and b/extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch differ -- cgit v1.2.3-54-g00ecf