ci: use different target dirs for Python and Rust tests

This prevents CI jobs from locking each other.
This commit is contained in:
Alexander Krotov
2020-09-18 19:51:08 +03:00
committed by link2xt
parent 5742360e3e
commit efcdb45301
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ ssh $SSHTARGET <<_HERE
cd $BUILDDIR
# let's share the target dir with our last run on this branch/job-type
# cargo will make sure to block/unblock us properly
export CARGO_TARGET_DIR=\`pwd\`/../target
export CARGO_TARGET_DIR=\`pwd\`/../target-python
export TARGET=release
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
export DCC_NEW_TMP_EMAIL=$DCC_NEW_TMP_EMAIL