Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nginx-tests patch now that upstream supports AWS-LC #1898

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 0 additions & 120 deletions tests/ci/integration/nginx_tests_patch/aws-lc-nginx-tests.patch

This file was deleted.

4 changes: 0 additions & 4 deletions tests/ci/integration/run_nginx_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ function nginx_patch_build() {
# * SSL_Conf Command
# * Stateful session resumption (Session Caches)
function nginx_patch_tests() {
for patchfile in $(find -L "${NGINX_PATCH_TEST_FOLDER}" -type f -name '*.patch'); do
echo "Apply patch $patchfile..."
patch -p1 --quiet -i "$patchfile"
done
# http_listen.t tries to open port 8182, but this port isn't available within the
# docker container from CI configurations. This isn't related to ssl functionality, so
# we skip/remove it.
Expand Down
Loading