fix: using static url for qemu

This commit is contained in:
Simone Margaritelli 2021-04-04 01:28:15 +02:00
parent c2be8a440b
commit d5e5abcb9b

View file

@ -32,7 +32,7 @@ finish: &finish
cross_deps: &cross_deps
<<: *linux_deps
before_install:
- wget --show-progress -qcO "qemu.deb" "https://debian.grena.ge/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-6+b1_amd64.deb"
- wget --show-progress -qcO "qemu.deb" "https://github.com/bettercap/buildutils/raw/main/qemu-user-static_5.2_dfsg-9_amd64.deb"
- sudo dpkg -i "qemu.deb"
normal_install: &normal_install