Skip to content

Commit

Permalink
fix brotli build issues (#10468)
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <[email protected]>
Co-authored-by: James Strong <[email protected]>
  • Loading branch information
k8s-infra-cherrypick-robot and strongjz authored Oct 1, 2023
1 parent 4f07ab1 commit 8ac7f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/nginx/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,10 @@ make install

# Get Brotli source and deps
cd "$BUILD_PATH"
git clone --depth=1 https://github.com/google/ngx_brotli.git
git clone --depth=100 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

Expand Down

0 comments on commit 8ac7f23

Please sign in to comment.