Skip to content

Commit

Permalink
feature: Added privileged_agent_process.patch for tengine-2.3.2 (#912) (
Browse files Browse the repository at this point in the history
#1151)

Fix #912
  • Loading branch information
totemofwolf authored Feb 22, 2020
1 parent 859e085 commit 1747252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/linux_tengine_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ tengine_install() {
wget -P patches https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.17.4-stream_ssl_preread_no_skip.patch
wget -P patches https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.17.4-upstream_pipelining.patch
wget -P patches https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.17.4-upstream_timeout_fields.patch
wget -P patches https://raw.githubusercontent.com/totemofwolf/openresty/master/patches/tengine-2.3.2-privileged_agent_process.patch

cd bundle/tengine-2.3.2
patch -p1 < ../../patches/nginx-1.17.4-always_enable_cc_feature_tests.patch
Expand All @@ -120,6 +121,7 @@ tengine_install() {
patch -p1 < ../../patches/nginx-1.17.4-stream_ssl_preread_no_skip.patch
patch -p1 < ../../patches/nginx-1.17.4-upstream_pipelining.patch
patch -p1 < ../../patches/nginx-1.17.4-upstream_timeout_fields.patch
patch -p1 < ../../patches/tengine-2.3.2-privileged_agent_process.patch

cd -
# patching end
Expand Down

0 comments on commit 1747252

Please sign in to comment.