mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +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
|
cd $BUILDDIR
|
||||||
# let's share the target dir with our last run on this branch/job-type
|
# let's share the target dir with our last run on this branch/job-type
|
||||||
# cargo will make sure to block/unblock us properly
|
# 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 TARGET=release
|
||||||
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
|
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
|
||||||
export DCC_NEW_TMP_EMAIL=$DCC_NEW_TMP_EMAIL
|
export DCC_NEW_TMP_EMAIL=$DCC_NEW_TMP_EMAIL
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ ssh $SSHTARGET <<_HERE
|
|||||||
cd $BUILDDIR
|
cd $BUILDDIR
|
||||||
# let's share the target dir with our last run on this branch/job-type
|
# let's share the target dir with our last run on this branch/job-type
|
||||||
# cargo will make sure to block/unblock us properly
|
# cargo will make sure to block/unblock us properly
|
||||||
export CARGO_TARGET_DIR=\`pwd\`/../target
|
export CARGO_TARGET_DIR=\`pwd\`/../target-rust
|
||||||
export TARGET=x86_64-unknown-linux-gnu
|
export TARGET=x86_64-unknown-linux-gnu
|
||||||
export RUSTC_WRAPPER=sccache
|
export RUSTC_WRAPPER=sccache
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user