Use latest build of COSMIC

This commit is contained in:
2025-08-25 12:22:56 -04:00
parent 8abd8ba930
commit 0002c342e5
7 changed files with 17 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ build-image:
matrix: matrix:
- RECIPE: - RECIPE:
- cp-laptop.yml - cp-laptop.yml
- jp-laptop.yml - jp-desktop-nvidia.yml
- wke-server.yml - wke-server.yml
- wke-worker.yml - wke-worker.yml
TAG: TAG:
@@ -29,7 +29,7 @@ build-image:
DRIVER: DRIVER:
- docker - docker
- RECIPE: - RECIPE:
- jp-desktop-nvidia.yml - jp-laptop.yml
TAG: TAG:
- 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci - 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci
DRIVER: DRIVER:

View File

@@ -1,8 +1,22 @@
modules: modules:
# Latest build
- type: dnf - type: dnf
repos: repos:
cleanup: true
copr: copr:
- ryanabx/cosmic-epoch - ryanabx/cosmic-epoch
install: install:
packages: packages:
- cosmic-desktop - cosmic-desktop
# Official release
# - type: dnf
# group-install:
# packages:
# - cosmic-desktop-environment
# Setup cosmic greeter as DM
# - type: systemd
# system:
# enabled:
# - cosmic-greeter

View File

@@ -2,6 +2,7 @@
# 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:
- from-file: common/common.yml - from-file: common/common.yml
- from-file: common/cosmic.yml
- from-file: common/pipewire-tweaks.yml - from-file: common/pipewire-tweaks.yml
- from-file: common/jp-packages.yml - from-file: common/jp-packages.yml
- from-file: common/gaming.yml - from-file: common/gaming.yml

View File

@@ -1,20 +1,6 @@
--- ---
# 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
group-install:
packages:
- cosmic-desktop-environment
# install:
# packages:
# - steam
# - type: systemd
# system:
# enabled:
# - cosmic-greeter
- type: files - type: files
files: files:
- source: desktop-audio - source: desktop-audio

View File

@@ -3,13 +3,6 @@
modules: modules:
# - from-file: common/bootc-setup.yml # - from-file: common/bootc-setup.yml
- type: dnf - type: dnf
# repos:
# cleanup: true
# copr:
# - ryanabx/cosmic-epoch
group-install:
packages:
- cosmic-desktop-environment
install: install:
packages: packages:
# - cosmic-desktop # - cosmic-desktop

View File

@@ -26,7 +26,6 @@ modules:
ID: wunker_os ID: wunker_os
PRETTY_NAME: Wunker OS for Nvidia PRETTY_NAME: Wunker OS for Nvidia
- from-file: common/jp-desktop.yml - from-file: common/jp-desktop.yml
# - from-file: common/cosmic.yml
- from-file: common/helix.yml - from-file: common/helix.yml
# - type: copy # - type: copy
# from: cosmic-comp # from: cosmic-comp

View File

@@ -14,6 +14,5 @@ modules:
ID: wunker_os ID: wunker_os
PRETTY_NAME: Wunker OS for Framework 16 PRETTY_NAME: Wunker OS for Framework 16
- from-file: common/jp-laptop.yml - from-file: common/jp-laptop.yml
- from-file: common/cosmic.yml
- from-file: common/helix.yml - from-file: common/helix.yml
- from-file: common/post-build.yml - from-file: common/post-build.yml