Skip to content

Commit

Permalink
fix: pin test-nginx to a working version to fix tests with --- http2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup authored Dec 10, 2024
1 parent aaad8ba commit 30d5eb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/linux_openresty_common_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ do_install() {
# sudo apt-get install tree -y
# tree deps

# The latest version of test-nginx is not compatible with the current set of tests with ---http2
# due to this commit: https://github.com/openresty/test-nginx/commit/0ccd106cbe6878318e5a591634af8f1707c411a6
# This change pins test-nginx to a commit before this one.
git clone --depth 1 https://github.com/openresty/test-nginx.git test-nginx
cd test-nginx
git fetch --depth=1 origin ced30a31bafab6c68873efb17b6d80f39bcd95f5
git checkout ced30a31bafab6c68873efb17b6d80f39bcd95f5
cd ..

make utils

mkdir -p build-cache
Expand Down

0 comments on commit 30d5eb0

Please sign in to comment.