diff --git a/recipes/common/dev-packages-bootc.yml b/recipes/common/dev-packages-bootc.yml index b8bc92c..4b85056 100644 --- a/recipes/common/dev-packages-bootc.yml +++ b/recipes/common/dev-packages-bootc.yml @@ -52,6 +52,7 @@ modules: - diffutils - patch - rpmdevtools + - protobuf-compiler - type: systemd system: enabled: diff --git a/recipes/common/dev-packages.yml b/recipes/common/dev-packages.yml index 288ec9d..18d260e 100644 --- a/recipes/common/dev-packages.yml +++ b/recipes/common/dev-packages.yml @@ -39,6 +39,7 @@ modules: - diffutils - patch - rpmdevtools + - protobuf-compiler - type: script scripts: - install-mkcert.sh diff --git a/recipes/common/gaming-bootc.yml b/recipes/common/gaming-bootc.yml index 578e04c..e6705bb 100644 --- a/recipes/common/gaming-bootc.yml +++ b/recipes/common/gaming-bootc.yml @@ -12,4 +12,4 @@ modules: install: packages: - https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm - - steam + # - steam diff --git a/recipes/common/jp-desktop-bootc.yml b/recipes/common/jp-desktop-bootc.yml index f2c2ec1..53bdb67 100644 --- a/recipes/common/jp-desktop-bootc.yml +++ b/recipes/common/jp-desktop-bootc.yml @@ -1,7 +1,7 @@ --- # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json modules: - - from-file: common/bootc-setup.yml + # - from-file: common/bootc-setup.yml - type: dnf source: ghcr.io/blue-build/modules/dnf:dnf-module repos: diff --git a/recipes/common/jp-laptop-bootc.yml b/recipes/common/jp-laptop-bootc.yml index 84e8b67..22a04f6 100644 --- a/recipes/common/jp-laptop-bootc.yml +++ b/recipes/common/jp-laptop-bootc.yml @@ -1,7 +1,7 @@ --- # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json modules: - - from-file: common/bootc-setup.yml + # - from-file: common/bootc-setup.yml - type: dnf source: ghcr.io/blue-build/modules/dnf:dnf-module repos: diff --git a/recipes/jp-desktop-nvidia.yml b/recipes/jp-desktop-nvidia.yml index ad70a1d..479e5a7 100644 --- a/recipes/jp-desktop-nvidia.yml +++ b/recipes/jp-desktop-nvidia.yml @@ -7,21 +7,22 @@ image-version: stable description: The image of Wunker OS for JP's desktop gaming. stages: - from-file: common/helix.yml - - name: cosmic-comp - from: rust - modules: - - type: cosmic - source: local - component: cosmic-comp - # ref: bebd7c5c40c038470d2eef0501a3efb34f2df966 # Known bug commit - # ref: db13eea91c15ca57d76454432d1fb9c09c51ba8c # Last known working commit - ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix + # - name: cosmic-comp + # from: rust + # modules: + # - type: cosmic + # source: local + # component: cosmic-comp + # # ref: bebd7c5c40c038470d2eef0501a3efb34f2df966 # Known bug commit + # # ref: db13eea91c15ca57d76454432d1fb9c09c51ba8c # Last known working commit + # ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix modules: - - from-file: common/jp-desktop.yml - - from-file: common/cosmic.yml + # - from-file: common/jp-desktop.yml + - from-file: common/jp-desktop-bootc.yml + # - from-file: common/cosmic.yml - from-file: common/helix.yml - - type: copy - from: cosmic-comp - src: /out/cosmic-comp - dest: /usr/bin/cosmic-comp + # - type: copy + # from: cosmic-comp + # src: /out/cosmic-comp + # dest: /usr/bin/cosmic-comp - from-file: common/post-build.yml diff --git a/recipes/jp-laptop.yml b/recipes/jp-laptop.yml index 397bf2f..1faa54f 100644 --- a/recipes/jp-laptop.yml +++ b/recipes/jp-laptop.yml @@ -8,7 +8,8 @@ description: The image of Wunker OS for JP's Laptop. stages: - from-file: common/helix.yml modules: - - from-file: common/jp-laptop.yml + # - from-file: common/jp-laptop.yml + - from-file: common/jp-laptop-bootc.yml - from-file: common/cosmic.yml - from-file: common/helix.yml - from-file: common/post-build.yml