diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index 6eab4f74676b1..f1e3974cf93d8 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -96,6 +96,8 @@ if [ -z "$NO_DEPENDS" ]; then else SHELL_OPTS="CONFIG_SHELL=" fi + bash -c "rm -rf depends/sources/*" + bash -c "$SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS download-one" bash -c "$SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS LOG=1" fi if [ "$DOWNLOAD_PREVIOUS_RELEASES" = "true" ]; then