From 33aa70c21fb3c4c01b9a2adc90fc57d557f744c6 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:20:34 -0500 Subject: [PATCH] Disable rechunk for now --- .gitlab-ci.yml | 4 ++-- recipes/common/post-build.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acdbfd6..97f26bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,8 @@ build-image: DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client RUST_LOG_STYLE: always CLICOLOR_FORCE: 1 - BB_BUILD_RECHUNK: "true" - BB_BUILD_RECHUNK_CLEAR_PLAN: "true" + # BB_BUILD_RECHUNK: "true" + # BB_BUILD_RECHUNK_CLEAR_PLAN: "true" before_script: - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key) diff --git a/recipes/common/post-build.yml b/recipes/common/post-build.yml index fab4e21..821b55c 100644 --- a/recipes/common/post-build.yml +++ b/recipes/common/post-build.yml @@ -1,5 +1,5 @@ modules: - # - type: initramfs - - type: script - scripts: - - initramfs.sh + - type: initramfs + # - type: script + # scripts: + # - initramfs.sh