From c83835c66be60eae0c6e21d7d91a16d952c92702 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:57:58 -0400 Subject: [PATCH] Don't build helix from source for now --- recipes/common/dev-packages-bootc.yml | 1 + recipes/jp-desktop-nvidia-bootc.yml | 6 +++--- recipes/jp-desktop-nvidia.yml | 6 +++--- recipes/jp-laptop-bootc.yml | 6 +++--- recipes/jp-laptop.yml | 6 +++--- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/recipes/common/dev-packages-bootc.yml b/recipes/common/dev-packages-bootc.yml index 4b85056..008ce99 100644 --- a/recipes/common/dev-packages-bootc.yml +++ b/recipes/common/dev-packages-bootc.yml @@ -53,6 +53,7 @@ modules: - patch - rpmdevtools - protobuf-compiler + - helix - type: systemd system: enabled: diff --git a/recipes/jp-desktop-nvidia-bootc.yml b/recipes/jp-desktop-nvidia-bootc.yml index 22eec04..c78c0f8 100644 --- a/recipes/jp-desktop-nvidia-bootc.yml +++ b/recipes/jp-desktop-nvidia-bootc.yml @@ -6,9 +6,9 @@ image-version: 41 description: The bootc image of Wunker OS for JP's desktop gaming. alt-tags: - bootc -stages: - - from-file: common/helix.yml +# stages: + # - from-file: common/helix.yml modules: - from-file: common/jp-desktop-bootc.yml - - from-file: common/helix.yml + # - from-file: common/helix.yml - from-file: common/post-build.yml diff --git a/recipes/jp-desktop-nvidia.yml b/recipes/jp-desktop-nvidia.yml index 4b5b9d6..a16d313 100644 --- a/recipes/jp-desktop-nvidia.yml +++ b/recipes/jp-desktop-nvidia.yml @@ -7,8 +7,8 @@ image-version: stable description: The image of Wunker OS for JP's desktop gaming. blue-build-tag: none nushell-version: none -stages: - - from-file: common/helix.yml +# stages: +# - from-file: common/helix.yml # - name: cosmic-comp # from: rust # modules: @@ -22,7 +22,7 @@ modules: # - from-file: common/jp-desktop.yml - from-file: common/jp-desktop-bootc.yml # - from-file: common/cosmic.yml - - from-file: common/helix.yml + # - from-file: common/helix.yml # - type: copy # from: cosmic-comp # src: /out/cosmic-comp diff --git a/recipes/jp-laptop-bootc.yml b/recipes/jp-laptop-bootc.yml index 91453dc..6b90731 100644 --- a/recipes/jp-laptop-bootc.yml +++ b/recipes/jp-laptop-bootc.yml @@ -6,8 +6,8 @@ image-version: 41 alt-tags: - bootc description: The image of Wunker OS for JP's Laptop. -stages: - - from-file: common/helix.yml +# stages: + # - from-file: common/helix.yml # - name: cosmic-comp # from: rust # modules: @@ -17,7 +17,7 @@ stages: # debug: true modules: - from-file: common/jp-laptop-bootc.yml - - from-file: common/helix.yml + # - from-file: common/helix.yml # - type: copy # from: cosmic-comp # src: /out/cosmic-comp diff --git a/recipes/jp-laptop.yml b/recipes/jp-laptop.yml index 1faa54f..915eb05 100644 --- a/recipes/jp-laptop.yml +++ b/recipes/jp-laptop.yml @@ -5,11 +5,11 @@ name: jp-laptop base-image: ghcr.io/ublue-os/bazzite image-version: stable description: The image of Wunker OS for JP's Laptop. -stages: - - from-file: common/helix.yml +# stages: +# - from-file: common/helix.yml modules: # - 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/helix.yml - from-file: common/post-build.yml