Skip to content
Commit 2c908397 authored by Lingkai Dong's avatar Lingkai Dong Committed by Hugues Kamba Mpiana
Browse files

ci: Fix cleanup of ExternalProject custom builds



In CI, we reuse the build directory across different variants (e.g.
RTOSes, target platforms) of a given example, to save time by avoiding
refetching dependencies. However, status information of a previous
ExternalProject custom build is still cached inside build. This causes
ExternalProject to treat the custom build as already done instead of
doing a clean build.

Fix this issue by deleting `__build/_deps/*-build`.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent 2c414688
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment