Check that the Android build doesn't dep on c++_shared (#8538)
This commit is contained in:
parent
8e078b1d83
commit
3bb5ad7204
@ -190,7 +190,7 @@ android-armv7:
|
||||
- triggers
|
||||
script:
|
||||
- cargo build --target=armv7-linux-androideabi
|
||||
# TODO: check that `arm-linux-androideabi-objdump -x ./target/armv7-linux-androideabi/release/parity | grep c++_shared` is empty
|
||||
- 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:
|
||||
- rust-arm
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user