Skip to content

Commit a179c3c

Browse files
committed
travis: use newer qemu
1 parent 3e529d2 commit a179c3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ before_install:
1111
- sudo apt-add-repository -y ppa:ev3dev/tools
1212
- sudo apt-get update
1313
- sudo apt-get install --yes debhelper fakeroot pbuilder-ev3dev gobject-introspection $QEMU_USER_STATIC
14+
- if [ -n "$QEMU_USER_STATIC" ]; then
15+
wget https://github.com/multiarch/qemu-user-static/releases/download/v5.0.0-2/qemu-arm-static;
16+
chmod +x qemu-arm-static;
17+
sudo mv qemu-arm-static /usr/bin/;
18+
fi
1419
before_script:
1520
- pbuilder-ev3dev base
1621
- git checkout -B ev3dev-bullseye

0 commit comments

Comments
 (0)