Skip to content

Commit 10aff3d

Browse files
committed
travis: just grab what we need from mbedtls
1 parent 5455475 commit 10aff3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/install-deps-linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
set -x
44

55
if [ "$MBEDTLS" ]; then
6-
git clone https://github.com/ARMmbed/mbedtls.git ./deps/mbedtls
6+
git clone --depth 10 --single-branch --branch mbedtls-2.6.1 https://github.com/ARMmbed/mbedtls.git ./deps/mbedtls
77
cd ./deps/mbedtls
8-
git checkout mbedtls-2.6.1
98
cmake -DENABLE_PROGRAMS=OFF -DENABLE_TESTING=OFF -DUSE_SHARED_MBEDTLS_LIBRARY=ON -DUSE_STATIC_MBEDTLS_LIBRARY=OFF .
109
cmake --build .
1110

0 commit comments

Comments
 (0)