mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 05:35:14 +00:00
Remove duplicate test in all.sh
This commit is contained in:
parent
83ebf78404
commit
783cb06e05
|
@ -462,12 +462,6 @@ cleanup
|
|||
make SHARED=1 all check
|
||||
fi
|
||||
|
||||
if uname -a | grep -F Linux >/dev/null; then
|
||||
msg "build/test: make shared" # ~ 40s
|
||||
cleanup
|
||||
make SHARED=1 all check
|
||||
fi
|
||||
|
||||
if uname -a | grep -F x86_64 >/dev/null; then
|
||||
msg "build: i386, make, gcc" # ~ 30s
|
||||
cleanup
|
||||
|
|
Loading…
Reference in a new issue