Skip to content

Commit

Permalink
[DO NOT MERGE] ci: Delete depends source download stamps
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 8, 2024
1 parent 75f0380 commit d80014a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test/03_test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ if [ -z "$NO_DEPENDS" ]; then
else
SHELL_OPTS="CONFIG_SHELL="
fi
bash -c "$SHELL_OPTS rm -rf depends/download-stamps"
bash -c "$SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS LOG=1"
fi
if [ "$DOWNLOAD_PREVIOUS_RELEASES" = "true" ]; then
Expand Down

0 comments on commit d80014a

Please sign in to comment.