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