File tree Expand file tree Collapse file tree 2 files changed +0
-207
lines changed Expand file tree Collapse file tree 2 files changed +0
-207
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ SCRATCH_FOLDER="${SRC_ROOT}/NGINX_BUILD_ROOT"
2121NGINX_SRC_FOLDER=" ${SCRATCH_FOLDER} /nginx"
2222NGINX_TEST_FOLDER=" ${SCRATCH_FOLDER} /nginx-tests"
2323NGINX_BUILD_FOLDER=" ${SCRATCH_FOLDER} /nginx-aws-lc"
24- NGINX_PATCH_BUILD_FOLDER=" ${SRC_ROOT} /tests/ci/integration/nginx_patch"
25- NGINX_PATCH_TEST_FOLDER=" ${SRC_ROOT} /tests/ci/integration/nginx_tests_patch"
2624AWS_LC_BUILD_FOLDER=" ${SCRATCH_FOLDER} /aws-lc-build"
2725AWS_LC_INSTALL_FOLDER=" ${NGINX_SRC_FOLDER} /aws-lc-install"
2826
@@ -52,14 +50,6 @@ function nginx_run_tests() {
5250 TEST_NGINX_BINARY=" ${NGINX_BUILD_FOLDER} /sbin/nginx" prove .
5351}
5452
55- # TODO: Remove this when we make an upstream contribution.
56- function nginx_patch_build() {
57- for patchfile in $( find -L " ${NGINX_PATCH_BUILD_FOLDER} " -type f -name ' *.patch' ) ; do
58- echo " Apply patch $patchfile ..."
59- patch -p1 --quiet -i " $patchfile "
60- done
61- }
62-
6353# There are some features in nginx that we don't currently support. The known gaps are:
6454# * SSL_Conf Command
6555# * Stateful session resumption (Session Caches)
@@ -79,7 +69,6 @@ aws_lc_build "$SRC_ROOT" "$AWS_LC_BUILD_FOLDER" "$AWS_LC_INSTALL_FOLDER" -DBUILD
7969
8070# Build nginx from source.
8171pushd ${NGINX_SRC_FOLDER}
82- nginx_patch_build
8372nginx_build
8473popd
8574
You can’t perform that action at this time.
0 commit comments