Dont build with cache for a moment
This commit is contained in:
@@ -37,4 +37,4 @@ build-image:
|
|||||||
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
||||||
script:
|
script:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- bluebuild build --cache-layers -S sigstore -p ./recipes/$RECIPE
|
- bluebuild build -S sigstore -p ./recipes/$RECIPE
|
||||||
|
|||||||
@@ -1,31 +1,10 @@
|
|||||||
---
|
---
|
||||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||||
modules:
|
modules:
|
||||||
# - type: dnf
|
|
||||||
# repos:
|
|
||||||
# cleanup: true
|
|
||||||
# nonfree: negativo17
|
|
||||||
# install:
|
|
||||||
# packages:
|
|
||||||
# - steam
|
|
||||||
# - type: dnf
|
|
||||||
# repos:
|
|
||||||
# cleanup: true
|
|
||||||
# nonfree: rpmfusion
|
|
||||||
# - type: dnf
|
|
||||||
# repos:
|
|
||||||
# cleanup: true
|
|
||||||
# nonfree: rpmfusion
|
|
||||||
# - type: dnf
|
|
||||||
# repos:
|
|
||||||
# cleanup: true
|
|
||||||
# nonfree: negativo17
|
|
||||||
# install:
|
|
||||||
# packages:
|
|
||||||
# - steam
|
|
||||||
- type: dnf
|
- type: dnf
|
||||||
# repos:
|
repos:
|
||||||
# cleanup: true
|
cleanup: true
|
||||||
|
nonfree: negativo17
|
||||||
# copr:
|
# copr:
|
||||||
# - ryanabx/cosmic-epoch
|
# - ryanabx/cosmic-epoch
|
||||||
group-install:
|
group-install:
|
||||||
@@ -33,8 +12,15 @@ modules:
|
|||||||
- cosmic-desktop-environment
|
- cosmic-desktop-environment
|
||||||
# install:
|
# install:
|
||||||
# packages:
|
# packages:
|
||||||
# # - cosmic-desktop
|
# - cosmic-desktop
|
||||||
# - plasma-workspace-x11
|
replace:
|
||||||
|
- from-repo: fedora-nvidia
|
||||||
|
packages:
|
||||||
|
- libnvidia-container-tools
|
||||||
|
# install-weak-deps: true
|
||||||
|
# skip-unavailable: false
|
||||||
|
# skip-broken: false
|
||||||
|
# allow-erasing: false
|
||||||
- type: files
|
- type: files
|
||||||
files:
|
files:
|
||||||
- source: desktop-audio
|
- source: desktop-audio
|
||||||
|
|||||||
Reference in New Issue
Block a user