mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Remove obsolete ci/build_boringssl.sh
This commit is contained in:
parent
1fc8f998cd
commit
cfbb176a12
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#build last boringssl master (for Travis)
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
git clone --depth 1 https://boringssl.googlesource.com/boringssl
|
|
||||||
cd boringssl
|
|
||||||
git checkout chromium-stable
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
make -j$(nproc)
|
|
||||||
BORINGSSL_SOURCE=$PWD
|
|
||||||
echo $BORINGSSL_SOURCE
|
|
||||||
mkdir -p $HOME/tmp/boringssl-libs
|
|
||||||
cd $HOME/tmp/boringssl-libs
|
|
||||||
ln -s $BORINGSSL_SOURCE/ssl/libssl.a
|
|
||||||
ln -s $BORINGSSL_SOURCE/crypto/libcrypto.a
|
|
Loading…
Reference in a new issue