ci: Clean the capability cache when the ccache is cleaned
Clear the toolchain capability cache when ccache is cleared so that the different host-side caching mechanisms have a similair lifetime. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
1b038f2941
commit
e15a4923e8
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ build:
|
||||||
- rm test_file.txt
|
- rm test_file.txt
|
||||||
- ccache -s
|
- ccache -s
|
||||||
on_failure:
|
on_failure:
|
||||||
- rm -rf ccache
|
- rm -rf ccache $HOME/.cache/zephyr
|
||||||
- mkdir -p shippable/testresults
|
- mkdir -p shippable/testresults
|
||||||
- mkdir -p shippable/codecoverage
|
- mkdir -p shippable/codecoverage
|
||||||
- source zephyr-env.sh
|
- source zephyr-env.sh
|
||||||
|
@ -97,7 +97,7 @@ build:
|
||||||
cp ./scripts/sanity_chk/last_sanity.xml shippable/testresults/;
|
cp ./scripts/sanity_chk/last_sanity.xml shippable/testresults/;
|
||||||
fi;
|
fi;
|
||||||
on_success:
|
on_success:
|
||||||
- rm -rf ccache
|
- rm -rf ccache $HOME/.cache/zephyr
|
||||||
- mkdir -p shippable/testresults
|
- mkdir -p shippable/testresults
|
||||||
- mkdir -p shippable/codecoverage
|
- mkdir -p shippable/codecoverage
|
||||||
- source zephyr-env.sh
|
- source zephyr-env.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue