mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
simplify/speedup python tests
This commit is contained in:
@@ -27,8 +27,7 @@ ssh $SSHTARGET <<_HERE
|
|||||||
# 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
|
||||||
export TARGET=x86_64-unknown-linux-gnu
|
export TARGET=release
|
||||||
export RUSTC_WRAPPER=sccache
|
|
||||||
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
|
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
|
||||||
|
|
||||||
rm -rf virtualenv venv
|
rm -rf virtualenv venv
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ X=${DCC_PY_LIVECONFIG:?need env var to run Online tests}
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
# for core-building and python install step
|
# for core-building and python install step
|
||||||
export DCC_RS_TARGET=release
|
export DCC_RS_TARGET=release
|
||||||
export DCC_RS_DEV=`pwd`
|
export DCC_RS_DEV=`pwd`
|
||||||
|
|
||||||
cd python
|
cd python
|
||||||
|
|||||||
Reference in New Issue
Block a user