File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ dist: xenial
44env :
55- OS=debian ARCH=amd64 DIST=buster
66- OS=debian ARCH=i386 DIST=buster
7- - OS=debian ARCH=armhf DIST=buster
8- - OS=raspbian ARCH=armhf DIST=buster
9- - OS=debian ARCH=armel DIST=buster
7+ - OS=debian ARCH=armhf DIST=buster QEMU_USER_STATIC=qemu-user-static
8+ - OS=raspbian ARCH=armhf DIST=buster QEMU_USER_STATIC=qemu-user-static
9+ - OS=debian ARCH=armel DIST=buster QEMU_USER_STATIC=qemu-user-static
1010cache :
1111 directories :
1212 - " $HOME/cache"
1313before_install :
1414- sudo apt-add-repository -y ppa:ev3dev/tools
1515- sudo apt-get update
16- - sudo apt-get install --yes pbuilder-ev3dev gobject-introspection
16+ - sudo apt-get install --yes debhelper fakeroot pbuilder-ev3dev gobject-introspection $QEMU_USER_STATIC
1717before_script :
1818- pbuilder-ev3dev base
1919- git checkout -B ev3dev-buster
You can’t perform that action at this time.
0 commit comments