summaryrefslogtreecommitdiff
path: root/extra/re2/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-06-04 07:23:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-06-04 07:23:25 +0200
commit0a6bef33d19989a74e105960afe1fedf8ca51a60 (patch)
treee0bd16a4d2f60fc7e3de929bef98dbe6c814a5c0 /extra/re2/PKGBUILD
parent024c18d10362d000e7bd59536365c4ec0b4db99b (diff)
downloadpackages-0a6bef33d19989a74e105960afe1fedf8ca51a60.tar.xz
extra/re2: compile_test memory test has been fixed upstream
Diffstat (limited to 'extra/re2/PKGBUILD')
-rw-r--r--extra/re2/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/re2/PKGBUILD b/extra/re2/PKGBUILD
deleted file mode 100644
index 1cd34742..00000000
--- a/extra/re2/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# compiler-test fails in InsufficientMemory test due to the change of
-# the size of the DFA
-# bug: https://github.com/google/re2/issues/256
-# patch: https://github.com/google/re2/commit/bde1ea09550a61b4a092cdf0e3ba8dca4200947a
-source+=('re2-2020-05-01-compile-test-out-of-memory-fix.patch')
-sha256sums+=('bef199b3c77cd6477d9f3950acc5d017ce4a53e447827f01a4706e7e8980b220')
-
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $ i cd "$pkgname-$_re2ver"; patch -Np1 -i "${srcdir}"/re2-2020-05-01-compile-test-out-of-memory-fix.patch
- '
-)"
-