CI: Fixes for Android Pipeline (#8745)
* ci: Remove check for shared libraries in gitlab script * ci: allow android arm build to fail
This commit is contained in:
parent
dab967ace8
commit
27f3f42ce2
@ -190,9 +190,9 @@ android-armv7:
|
|||||||
- triggers
|
- triggers
|
||||||
script:
|
script:
|
||||||
- cargo build --target=armv7-linux-androideabi
|
- cargo build --target=armv7-linux-androideabi
|
||||||
- if [ $(arm-linux-androideabi-objdump -x ./target/armv7-linux-androideabi/debug/parity | grep -i 'c++_shared' | wc -l) -ne 0]; then echo "FAIL!!" fi
|
|
||||||
tags:
|
tags:
|
||||||
- rust-arm
|
- rust-arm
|
||||||
|
allow_failure: true
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- parity.zip
|
- parity.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user