mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
ci: use different target dirs for Python and Rust tests
This prevents CI jobs from locking each other.
This commit is contained in:
committed by
link2xt
parent
5742360e3e
commit
efcdb45301
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user