mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
reduce concurrency to -j3
This commit is contained in:
@@ -5,8 +5,8 @@ set -ex
|
|||||||
export RUST_TEST_THREADS=1
|
export RUST_TEST_THREADS=1
|
||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=1
|
||||||
export RUSTFLAGS='--deny warnings'
|
export RUSTFLAGS='--deny warnings'
|
||||||
export OPT="--target=$TARGET"
|
export OPT="-j3 --target=$TARGET"
|
||||||
export OPT_RELEASE="--release ${OPT}"
|
export OPT_RELASE="--release ${OPT}"
|
||||||
export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release"
|
export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release"
|
||||||
|
|
||||||
# Select cargo command: use cross by default
|
# Select cargo command: use cross by default
|
||||||
|
|||||||
Reference in New Issue
Block a user