From 574e286ce1cb1521ff8c7b253e996b49d75ce3bb Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Thu, 2 Jul 2026 06:52:33 +0200 Subject: [PATCH] add mcopy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 994517c..2fc99fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ imaging: - python3 -m pip install --upgrade pip - python3 -m pip install 'BuildStream>=2.7' dulwich tomlkit - sudo ln -sf "$PWD/.venv/bin/bst" /usr/bin/bst - - sudo pacman --sync --refresh --noconfirm lzip # needed by gettext apparently + - sudo pacman --sync --refresh --noconfirm lzip mtools # lzip needed by gettext apparently. mcopy by build.sh script: - if [ "$IMAGING_MODE" = stage ]; then curl -s https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer | bash; fi - KDECI_BUILD=TRUE ./build.sh --force --debug