fixes brotli build issue

This commit is contained in:
u5surf 2023-10-09 16:34:41 +09:00 committed by k8s-infra-cherrypick-robot
parent aa947f5bd4
commit c7bc468c9f

View file

@ -465,10 +465,8 @@ make install
# Get Brotli source and deps
cd "$BUILD_PATH"
git clone --depth=100 https://github.com/google/ngx_brotli.git
git clone --depth=1 https://github.com/google/ngx_brotli.git
cd ngx_brotli
# https://github.com/google/ngx_brotli/issues/156
git reset --hard 63ca02abdcf79c9e788d2eedcc388d2335902e52
git submodule init
git submodule update