Fix cache bug
This commit is contained in:
parent
468b6a605d
commit
fd0efe62ef
@ -26,11 +26,10 @@ branches:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
apt: true
|
apt: true
|
||||||
directories:
|
|
||||||
- qemu-4.1.0
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- test -d qemu-4.1.0 || ( wget https://download.qemu.org/qemu-4.1.0.tar.xz && tar xvJf qemu-4.1.0.tar.xz )
|
- wget https://download.qemu.org/qemu-4.1.0.tar.xz
|
||||||
|
- tar xvJf qemu-4.1.0.tar.xz
|
||||||
- cd qemu-4.1.0
|
- cd qemu-4.1.0
|
||||||
- ./configure --target-list=arm-softmmu
|
- ./configure --target-list=arm-softmmu
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user