From c30b35ebc3ace9df92500d74548abb0946e9bfb5 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Wed, 8 May 2024 23:13:57 -0400 Subject: [PATCH] chore(patches): use the patches from the Kong repository --- build.sh | 2 +- kong | 2 +- patches | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 patches diff --git a/build.sh b/build.sh index af42554..c5b5608 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ function main() { echo '--- components downloaded ---' echo '--- patching openresty ---' pushd openresty-${OPENRESTY_VERSION} - for patch_file in $(ls /tmp/patches/*.patch); do + for patch_file in $(ls /tmp/kong/build/openresty/patches/*.patch); do patch -p1 < $patch_file done diff --git a/kong b/kong index 4f34980..0408346 160000 --- a/kong +++ b/kong @@ -1 +1 @@ -Subproject commit 4f34980b48184f1bb35b34bb3e87a4bd6f75a936 +Subproject commit 0408346a40dc2137dba0b52d5ad8b980b0631f5e diff --git a/patches b/patches deleted file mode 120000 index fb89736..0000000 --- a/patches +++ /dev/null @@ -1 +0,0 @@ -kong/build/openresty/patches \ No newline at end of file