feature: applied the init_cycle_pool_release patch to nginx 1.13.6+ cores to make it valgrind or asan clean.

This commit is contained in:
Yichun Zhang (agentzh)
2017-12-16 12:41:12 -08:00
parent 2cc5ba6c91
commit f721f66b4e
2 changed files with 50 additions and 0 deletions

View File

@ -379,6 +379,12 @@ if [ "$main_ver" = "1.9.7" ]; then
echo
fi
if [ "$main_ver" = "1.13.6" ]; then
echo "$info_txt applying the init_cycle_pool_release patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-init_cycle_pool_release.patch || exit 1
echo
fi
rm -f *.patch || exit 1
echo "$info_txt applying the always_enable_cc_feature_tests patch to nginx"