Skip to content

Commit cde78e4

Browse files
nginx now supports AWS-LC
1 parent 1304256 commit cde78e4

File tree

2 files changed

+0
-207
lines changed

2 files changed

+0
-207
lines changed

tests/ci/integration/nginx_patch/aws-lc-nginx.patch

Lines changed: 0 additions & 196 deletions
This file was deleted.

tests/ci/integration/run_nginx_integration.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ SCRATCH_FOLDER="${SRC_ROOT}/NGINX_BUILD_ROOT"
2121
NGINX_SRC_FOLDER="${SCRATCH_FOLDER}/nginx"
2222
NGINX_TEST_FOLDER="${SCRATCH_FOLDER}/nginx-tests"
2323
NGINX_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"
2624
AWS_LC_BUILD_FOLDER="${SCRATCH_FOLDER}/aws-lc-build"
2725
AWS_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.
8171
pushd ${NGINX_SRC_FOLDER}
82-
nginx_patch_build
8372
nginx_build
8473
popd
8574

0 commit comments

Comments
 (0)