build.sh : depth=1 in BoringSSL
This commit is contained in:
parent
7fc986919b
commit
3258a5ff5f
2
build.sh
2
build.sh
@ -3,7 +3,7 @@ rm -rf nginquic
|
|||||||
curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/main/packages.sh | bash
|
curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/main/packages.sh | bash
|
||||||
mkdir nginquic && cd nginquic
|
mkdir nginquic && cd nginquic
|
||||||
hg clone -b quic https://hg.nginx.org/nginx-quic
|
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
|
cd boringssl
|
||||||
mkdir build && cd build && cmake .. && make
|
mkdir build && cd build && cmake .. && make
|
||||||
cd .. && cd ..
|
cd .. && cd ..
|
||||||
|
Reference in New Issue
Block a user