From 67aea4e8b18cc020549bf9a3ae6006ba48cdd6ea Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 1 May 2025 12:35:36 -0500 Subject: [PATCH] ci: no reason to update host builder Signed-off-by: Robert Nelson --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4284b52..9a37c57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ before_script: - export PATH=/usr/lib/ccache:$PATH - - echo "Acquire::http::Proxy \"http://192.168.1.10:3142\";" > /etc/apt/apt.conf.d/00aptproxy - - apt-get update - - apt-get dist-upgrade -yq - - apt-get install -yq bc bison bmap-tools cpio debhelper dosfstools flex genimage kmod libelf-dev libssl-dev libyaml-dev lz4 mtools - git config --global user.email "$GITLAB_USER_EMAIL" - git config --global user.name "$GITLAB_USER_NAME" - touch .gitlab-runner @@ -40,7 +36,7 @@ build-v6.1-debian-13-riscv64: - cp -v deploy/images/sdcard.bmap ./deploy/ artifacts: when: on_success - expire_in: 28 days + expire_in: 1 week name: "$CI_PROJECT_NAME-v6.1-debian-13-riscv64-$CI_JOB_ID" paths: - "deploy/sdcard.img.xz" @@ -79,7 +75,7 @@ build-v6.1-ubuntu-2404-riscv64: - cp -v deploy/images/sdcard.bmap ./deploy/ artifacts: when: on_success - expire_in: 28 days + expire_in: 1 week name: "$CI_PROJECT_NAME-v6.1-ubuntu-2404-riscv64-$CI_JOB_ID" paths: - "deploy/sdcard.img.xz"