diff --git a/.travis.yml b/.travis.yml index 846172e641..e97d236e0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,7 @@ install: - git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql - git clone https://github.com/spacewander/lua-resty-rsa.git ../lua-resty-rsa - git clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string - - git clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module + - git clone https://github.com/devhaozi/stream-lua-nginx-module.git ../stream-lua-nginx-module - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git luajit2 before_script: diff --git a/util/build-aws-lc.sh b/util/build-aws-lc.sh index dfb7c9b167..f77418bd8d 100644 --- a/util/build-aws-lc.sh +++ b/util/build-aws-lc.sh @@ -4,9 +4,7 @@ # to build nginx with aws-lc, need two patches: # https://mailman.nginx.org/pipermail/nginx-devel/2024-February/3J4C2B5L67YSKARKNVLLQHHR7QXXMMRI.html # https://mailman.nginx.org/pipermail/nginx-devel/2024-February/R2AD2Q4XEVNAYEZY6WEVQBAKTM45OMTG.html -# those patches are merged into one patch aws-lc-nginx.patch -# to test nginx with aws-lc, need one patch: -# https://github.com/aws/aws-lc/blob/main/tests/ci/integration/nginx_tests_patch/aws-lc-nginx-tests.patch +# those patches are merged into nginx-*-aws-lc.patch root=`pwd`