Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev/scripts/builders/build.lib.sh')
-rwxr-xr-xdev/scripts/builders/build.lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/scripts/builders/build.lib.sh b/dev/scripts/builders/build.lib.sh
index 0587b82d..f39be7ae 100755
--- a/dev/scripts/builders/build.lib.sh
+++ b/dev/scripts/builders/build.lib.sh
@@ -2141,6 +2141,8 @@ memcached() {
# The memcached dump code doesn't work properly on all platforms. This patch will rule out compiler
# optimization as the culprit.
cat "$M_PATCHES/memcached/"1.0.18_disable_compiler_optimizations.patch | patch -p1 --set-time --verbose &>> "$M_LOGS/memcached.txt"; error
+ # Automatically retry the calls to the dump function before allowing a count value of 0 to fail the test.
+ cat "$M_PATCHES/memcached/"1.0.18_retry_failed_dump_tests.patch | patch -p1 --verbose &>> "$M_LOGS/memcached.txt"; error
fi
;;
memcached-build)