build.sh : depth=1 in BoringSSL

This commit is contained in:
unknown 2022-11-12 19:34:26 +07:00
parent 7fc986919b
commit 3258a5ff5f
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -3,7 +3,7 @@ rm -rf nginquic
curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/main/packages.sh | bash
mkdir nginquic && cd nginquic
hg clone -b quic https://hg.nginx.org/nginx-quic
git clone https://github.com/google/boringssl
git clone --depth=1 https://github.com/google/boringssl
cd boringssl
mkdir build && cd build && cmake .. && make
cd .. && cd ..