From f11c05bf28349d22c9edfd1a3b2ec3aa9e715508 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Fri, 4 Nov 2022 19:10:35 +0100 Subject: [PATCH] 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. --- debian/salsa-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index fcce3f7..03205c9 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -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