this works locally i have no idea why

This commit is contained in:
finn 2022-12-20 01:37:42 -08:00
parent 5610d3f3f3
commit 62b9c0c752

View file

@ -43,6 +43,7 @@ compile:
- rustup target add "${TARGET}"
- if [[ -d ../target ]]; then mv ../target target; fi
- RUSTFLAGS="$(../rustflags.sh)" cargo build --target "${TARGET}" --release --verbose
- RUSTFLAGS="$(../rustflags.sh)" cargo build -p libsignal-jni --target "${TARGET}" --release --verbose
- cp -v target/${TARGET}/release/libsignal_jni.so ../libsignal_jni-${TARGET}.so
- cp target/ ../target
cache: