From 6fd6f53c6b922f4ce25fe879c66cfbb55ce8bba3 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 26 Jan 2026 10:18:38 -0500 Subject: [PATCH] Don't install spyro2 rando client --- recipes/cp-laptop.yml | 3 --- recipes/jp-desktop-nvidia.yml | 15 --------------- 2 files changed, 18 deletions(-) diff --git a/recipes/cp-laptop.yml b/recipes/cp-laptop.yml index cc8a6c5..54ad8f8 100644 --- a/recipes/cp-laptop.yml +++ b/recipes/cp-laptop.yml @@ -4,8 +4,6 @@ name: cp-laptop base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite image-version: latest description: The image of Wunker OS for CP's laptop. -stages: - - from-file: common/spyro2-rando-client.yaml modules: - from-file: common/common.yml - type: dnf @@ -29,5 +27,4 @@ modules: scripts: - install-archipelago.sh - from-file: common/updates.yml - - from-file: common/spyro2-rando-client.yaml - from-file: common/post-build.yml diff --git a/recipes/jp-desktop-nvidia.yml b/recipes/jp-desktop-nvidia.yml index a421260..d2aa112 100644 --- a/recipes/jp-desktop-nvidia.yml +++ b/recipes/jp-desktop-nvidia.yml @@ -8,22 +8,7 @@ blue-build-tag: none nushell-version: none # stages: # - from-file: common/helix.yml -# - from-file: common/spyro2-rando-client.yaml - # - 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/helix.yml - # - from-file: common/spyro2-rando-client.yaml - # - type: copy - # from: cosmic-comp - # src: /out/cosmic-comp - # dest: /usr/bin/cosmic-comp - from-file: common/post-build.yml