Use 'eatmydata' to speed up package install
The 'eatmydata' program is "designed to disable fsync and friends" and can speed up tasks at the risk of potential data loss. The speed up is welcome and the data loss not important as it would only make the pipeline fail (most likely), but you can run it again.
This commit is contained in:
parent
477ccf080b
commit
f11c05bf28
|
@ -12,7 +12,7 @@ build-yamls:
|
|||
image: $BASE_CI_IMAGES:unstable
|
||||
dependencies: []
|
||||
script:
|
||||
- apt-get update && apt-get install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 fakemachine make
|
||||
- apt-get update && eatmydata apt-get install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 fakemachine make
|
||||
- make yaml
|
||||
- mkdir build
|
||||
- cp raspi*.yaml build
|
||||
|
|
Loading…
Reference in New Issue