add back the mysterious apt-get install qemu-user-static
This commit is contained in:
parent
7009fd238d
commit
cea4ff6d25
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue