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:
Diederik de Haas 2022-11-04 19:10:35 +01:00
parent 477ccf080b
commit f11c05bf28
No known key found for this signature in database
GPG Key ID: D76E5BCE787EDB6E
1 changed files with 1 additions and 1 deletions

2
debian/salsa-ci.yml vendored
View File

@ -12,7 +12,7 @@ build-yamls:
image: $BASE_CI_IMAGES:unstable image: $BASE_CI_IMAGES:unstable
dependencies: [] dependencies: []
script: 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 - make yaml
- mkdir build - mkdir build
- cp raspi*.yaml build - cp raspi*.yaml build