Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Check that the Android build doesn't dep on c++_shared
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed May 11, 2018
1 parent 57d1f2b commit 7032890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7032890

Please sign in to comment.