add back the mysterious apt-get install qemu-user-static
This commit is contained in:
parent
3b8dedd416
commit
d8fa45a653
@ -46,6 +46,8 @@ install:
|
||||
script:
|
||||
- cargo generate-lockfile
|
||||
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
|
||||
sudo apt-get remove -y qemu-user-static &&
|
||||
sudo apt-get install -y qemu-user-static &&
|
||||
sh ci/run-docker.sh $TARGET;
|
||||
else
|
||||
cargo test --target $TARGET &&
|
||||
|
Loading…
Reference in New Issue
Block a user