Skip to content

Commit

Permalink
Removed rename tests binary from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 committed Mar 8, 2019
1 parent 844db3a commit 5ac3ed4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -126,11 +126,6 @@ jobs:
- export CC_aarch64_unknown_linux_gnu="/usr/bin/aarch64-linux-gnu-gcc-5"
- cargo build -vv --target=aarch64-unknown-linux-gnu --release --locked
- cargo build -vv --target=aarch64-unknown-linux-gnu --release --tests --locked
- |-
mv $(find $CARGO_TARGET_DIR/aarch64-unknown-linux-gnu/release \
-maxdepth 1 -type f -executable -regextype sed -regex \
'.*/[a-z_]*-[0-9a-f]*') \
$CARGO_TARGET_DIR/aarch64-unknown-linux-gnu/release/test_rs
- sudo apt -yq install qemu qemu-user binfmt-support qemu-user-binfmt
- sudo ln -s /usr/aarch64-linux-gnu/lib/ld-linux-aarch64.so.1 /lib/ld-linux-aarch64.so.1
- export QEMU_LD_PREFIX=/usr/aarch64-linux-gnu
Expand Down

0 comments on commit 5ac3ed4

Please sign in to comment.