From 3346f9c56b89b0b310436322bcd1817343fa5c7e Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Date: Wed, 16 Feb 2022 14:08:43 +0100 Subject: [PATCH] .gitlab-ci.yml: only install required packages --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4045f2a..776cf19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,7 @@ build: - "printf 'Package: *\\nPin: release n=bookworm\\nPin-Priority: 100\\n' > /etc/apt/preferences.d/bookworm.pref" - apt update - apt-get -y install -t bookworm mmdebstrap genext2fs - - apt-get -y install sudo gzip libext2fs2 pigz - - apt-get -y install bc parted udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support build-essential bison flex libssl-dev bash git qemu-system-aarch64 + - apt-get -y install e2fsprogs pigz binfmt-support git mount arch-test qemu-user-static parted - cd reform2-imx8mq - bash mkimage.sh - pigz reform-system.img -- GitLab