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 3, 2018
1 parent 66c0638 commit dd4000a
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
- [ $(arm-linux-androideabi-objdump -x ./target/armv7-linux-androideabi/debug/parity | grep c++_shared | wc -l) -eq 0 ]
tags:
- rust-arm
artifacts:
Expand Down

0 comments on commit dd4000a

Please sign in to comment.