Merge branch 'ci-use-eatmydata-for-apt-install' into 'master'
Use 'eatmydata' to speed up package install See merge request raspi-team/image-specs!66
This commit is contained in:
commit
ab0c16505b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue