From 8c89fa6ad064488cbddf1fd90bbb9e0e71fc2f1c Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:31:41 +0100 Subject: [PATCH] [DO NOT MERGE] ci: Force depend source download --- ci/test/03_test_script.sh | 2 ++ 1 file changed, 2 insertions(+) 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