mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 09:16:32 +03:00
undo 32bit tests
This commit is contained in:
@@ -181,9 +181,9 @@ workflows:
|
|||||||
- cargo_fetch
|
- cargo_fetch
|
||||||
|
|
||||||
# Linux Desktop 32bit
|
# Linux Desktop 32bit
|
||||||
- test_i686-unknown-linux-gnu:
|
# - test_i686-unknown-linux-gnu:
|
||||||
requires:
|
# requires:
|
||||||
- cargo_fetch
|
# - cargo_fetch
|
||||||
|
|
||||||
# Android 64bit
|
# Android 64bit
|
||||||
# - test_aarch64-linux-android:
|
# - test_aarch64-linux-android:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release"
|
|||||||
export CARGO_CMD=cross
|
export CARGO_CMD=cross
|
||||||
|
|
||||||
# On Appveyor (windows) and Travis (x86_64-unknown-linux-gnu and apple) native targets we use cargo (no need to cross-compile):
|
# On Appveyor (windows) and Travis (x86_64-unknown-linux-gnu and apple) native targets we use cargo (no need to cross-compile):
|
||||||
if [[ $TARGET = *"windows"* ]] || [[ $TARGET == "x86_64-unknown-linux-gnu" ]] || [[ $TARGET = *"apple"* ]] || [[ $TARGET == "i686-unknown-linux-gnu" ]]; then
|
if [[ $TARGET = *"windows"* ]] || [[ $TARGET == "x86_64-unknown-linux-gnu" ]] || [[ $TARGET = *"apple"* ]]; then
|
||||||
export CARGO_CMD=cargo
|
export CARGO_CMD=cargo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user