prepare Qemu as root
This commit is contained in:
parent
662129b1b2
commit
a5e3bb63c2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ install:
|
||||||
- sudo systemctl restart docker
|
- sudo systemctl restart docker
|
||||||
- sudo apt-get --yes --no-install-recommends install qemu-user-static
|
- sudo apt-get --yes --no-install-recommends install qemu-user-static
|
||||||
before_script:
|
before_script:
|
||||||
- ./prepare-qemu
|
- sudo ./prepare-qemu
|
||||||
script:
|
script:
|
||||||
- ./build
|
- ./build
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue