fixes brotli build issue (#10484)

This commit is contained in:
Y.Horie 2024-03-31 01:23:32 +09:00 committed by GitHub
parent 5052c8acc0
commit 25d2758e94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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