mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Support scheduled Rust cache clearing
This commit is contained in:
parent
282b051c46
commit
c12689160f
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ export PATH="$PATH:/state/rust/cargo/bin"
|
|||
export BUILD_ROOT=/state/build
|
||||
export ONLINE_TESTS=1
|
||||
|
||||
if [ "$CLEAR_RUST" = "1" ]; then
|
||||
rm -rf $BUILD_ROOT/rust
|
||||
fi
|
||||
|
||||
./ninja pylib/anki qt/aqt check
|
||||
|
||||
echo "--- Ensure libs importable"
|
||||
|
|
Loading…
Reference in a new issue