only -j1 works it seems

This commit is contained in:
holger krekel
2019-11-12 21:17:23 +01:00
parent 226caa4db6
commit 12df95007b

View File

@@ -5,7 +5,7 @@ set -ex
export RUST_TEST_THREADS=1
export RUST_BACKTRACE=1
export RUSTFLAGS='--deny warnings'
export OPT="-j2 --target=$TARGET"
export OPT="-j1 --target=$TARGET"
export OPT_RELASE="--release ${OPT}"
export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release"