diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b22788..f36b5a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,4 +37,4 @@ build-image: - 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/common/jp-desktop.yml b/recipes/common/jp-desktop.yml index 135ff8a..de47314 100644 --- a/recipes/common/jp-desktop.yml +++ b/recipes/common/jp-desktop.yml @@ -1,40 +1,26 @@ --- # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json 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 - # repos: - # cleanup: true - # copr: - # - ryanabx/cosmic-epoch + repos: + cleanup: true + nonfree: negativo17 + # copr: + # - ryanabx/cosmic-epoch group-install: packages: - cosmic-desktop-environment # install: # packages: - # # - cosmic-desktop - # - plasma-workspace-x11 + # - cosmic-desktop + replace: + - from-repo: fedora-nvidia + packages: + - libnvidia-container-tools + # install-weak-deps: true + # skip-unavailable: false + # skip-broken: false + # allow-erasing: false - type: files files: - source: desktop-audio