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
|
||||
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