Build cosmic-comp debug
This commit is contained in:
14
recipes/common/cosmic-comp.yml
Normal file
14
recipes/common/cosmic-comp.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
||||
stages:
|
||||
- name: cosmic-comp
|
||||
from: rust
|
||||
modules:
|
||||
- type: script
|
||||
scripts:
|
||||
- install-cosmic-comp.sh
|
||||
modules:
|
||||
- type: copy
|
||||
from: cosmic-comp
|
||||
src: /out/cosmic-comp
|
||||
dest: /usr/bin/cosmic-comp
|
||||
@@ -5,13 +5,13 @@ modules:
|
||||
files:
|
||||
- source: steam-firewall
|
||||
destination: /
|
||||
- type: bling
|
||||
source: ghcr.io/blue-build/modules/bling:343-featbling-add-rpmfusion-install-script
|
||||
install:
|
||||
- negativo17
|
||||
- type: script
|
||||
scripts:
|
||||
- install-steam.sh
|
||||
# - type: bling
|
||||
# source: ghcr.io/blue-build/modules/bling:343-featbling-add-rpmfusion-install-script
|
||||
# install:
|
||||
# - negativo17
|
||||
# - type: script
|
||||
# scripts:
|
||||
# - install-steam.sh
|
||||
- type: rpm-ostree
|
||||
# There's a bug preventing me from doing a separate optfix call
|
||||
# https://github.com/blue-build/modules/issues/365
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- from-file: common/common.yml
|
||||
- from-file: common/pipewire-tweaks.yml
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user