From 3bd50b692b7ab4a44ffccf5ddcc85e859ac9f686 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 22 Mar 2026 18:29:22 -0400 Subject: [PATCH] Don't chunk personal images --- .gitlab-ci.yml | 4 +--- recipes/common/dev-packages.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f38bf6..83bd972 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,6 @@ variables: DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client RUST_LOG_STYLE: always BB_SIGNING_DRIVER: sigstore - BB_BUILD_CHUNKED_OCI: 'true' - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '128' - # BB_BUILD_RECHUNK_CLEAR_PLAN: 'true' BB_BUILD_PUSH: 'true' CLICOLOR_FORCE: 1 TAG: main @@ -46,6 +43,7 @@ base-images: - .build stage: base-images variables: + BB_BUILD_CHUNKED_OCI: 'true' BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64' rules: # Run when any of the base recipes change diff --git a/recipes/common/dev-packages.yml b/recipes/common/dev-packages.yml index 547d768..84a30b1 100644 --- a/recipes/common/dev-packages.yml +++ b/recipes/common/dev-packages.yml @@ -49,6 +49,7 @@ modules: - patch - rpmdevtools - protobuf-compiler + - protobuf-devel - helix - tofu - terraform