From d05fef6a4947fc547819466b4e95cf20e086ec0f Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:27:11 -0400 Subject: [PATCH] Don't cache layers --- .gitlab-ci.yml | 3 ++- recipes/jp-desktop-nvidia.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90bfd89..c01c531 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,9 +32,10 @@ build-image: DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client RUST_LOG_STYLE: always CLICOLOR_FORCE: 1 + # BB_CACHE_LAYERS: '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) script: - sleep 5 - - bluebuild build --cache-layers -S sigstore -p ./recipes/$RECIPE + - bluebuild build -S sigstore -p ./recipes/$RECIPE diff --git a/recipes/jp-desktop-nvidia.yml b/recipes/jp-desktop-nvidia.yml index 609b9e9..1eaf4cf 100644 --- a/recipes/jp-desktop-nvidia.yml +++ b/recipes/jp-desktop-nvidia.yml @@ -20,7 +20,8 @@ nushell-version: none # ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix modules: - type: os-release - source: local + # source: local + source: ghcr.io/blue-build/modules/os-release:os-release properties: NAME: WunkerOS ID: wunker_os