BlueBuild

B

BlueBuild

Join the community to ask questions about BlueBuild and get answers from other members.

Join

Build failing since past couple of iterations

So my build is failing with the reason of invalid schema, even though I did not make any changes to the reciple.yml Here's the recipe file: https://github.com/antidoid/uos-thinkpad-e14-gen-5/blob/main/recipes/recipe.yml Here's the error log: https://pastebin.com/7DJ2gEzM...

"is not valid under any of the schemas listed in the 'anyOf' " error

How to resolve this error? I inserted the schema at the top of the all modules.yml file and the error still persists https://github.com/Heus-Sueh/hyprland/actions/runs/12341245834/job/34439644091#step:4:2323...
Solution:
I solved it by putting "[ ]" where there is an empty list

akmods with external copr repo fails

```[09:35:24 g.i/t/apple-dots:latest] => 11.01 Resolving dependencies...done [09:35:24 g.i/t/apple-dots:latest] => 11.03 error: Could not depsolve transaction; 1 problem detected: [09:35:24 g.i/t/apple-dots:latest] => 11.03 Problem: package kernel-uki-virt-6.11.10-300.fc41.x86_64 from updates-archive requires kernel-modules-core-uname-r = 6.11.10-300.fc41.x86_64, but none of the providers can be installed [09:35:24 g.i/t/apple-dots:latest] => 11.03 - package kmod-facetimehd-0.6.8.1-1.20240319git0.6.8.1.fc41.x86_64 from @commandline requires kernel-uname-r = 6.11.10-300.fc41.x86_64, but none of the providers can be installed [09:35:24 g.i/t/apple-dots:latest] => 11.03 - cannot install both kernel-modules-core-6.11.10-300.fc41.x86_64 from updates-archive and kernel-modules-core-6.11.3-300.fc41.x86_64 from @System...

Default Plymouth on custom image

Is there any way to set default Plymouth on custom image?

Build just keeps running if recipe defined in build.yml is not present in recipes folder

I have run into what seems to be an interesting edge case. I renamed my recipe file, but accidentally didn't include the new file in the commit with the changed entry in build.yml. The build seems to have just stalled in the building custom image phase, with no errors or stopping (been 10 minutes now).

Recipes failing to validate

Hey! I'm trying to adapt my custom image recipes to pass BlueBuild CLI's validation based on the latest blog post and looking at some of the maintainers' own recipes. I'm not sure what I'm doing wrong. ``` × Recipe recipes/recipe-toybox.yml failed to validate ╰─▶ × 11 errors encountered...
Solution:
I think it's the remove: property you have. According to the spec it should be uninstall: instead. I've really got to work on filtering out all the irrelevant jsonschema errors

After updating the github action to 1.8.0 the recipe fails to validate

link to recipe https://github.com/Janybanny/kinoite-image/blob/main/recipes/recipe.yml I don't know what exactly is wrong, it suggests to add the yaml-language-server thingy, but I'm clueless about that. The changelog says that non populated options aren't valid anymore, I don't have those. That's all that is mentioned about image validation What do I have to do to fix this?...
Solution:
Install only supports a list of strings. What you have there is a list of objects because of the use of the colon on each line
No description

Recipe.yml not refreshing after upgrade to bluebuild 1.8

https://github.com/mecattaf/zen/actions/runs/12261046537/job/34207135279 After upgrading to the bluebuild 1.8 i got an error becausde my chezmoi module was improperly configured. I fixed my recipe according to the documentation (picture 1). ...
No description

Update blue-build from 1.6 to 1.8.

Hi there. Sorry for such a "lazy" question, but I'm a bit overwhelmed with my Phd courses right now and I can't find the time to troubleshoot my issue. Can anyone take a look at the following PR and give me a brief explanation why it doesn't work? I thought I had completed the migration steps about a month ago. https://github.com/ptinopedila/ptinopedila/pull/37 ...
Solution:
i'll elaborate on that; dependabot is technically an outside contributor to your project, so it does not have access to the signing secrets needed for a successful build

default-flatpaks subsets

Is there any way to set a subset, like verified, for a flatpak remote (called repo in bluebuild) in the default-flatpaks module?

Fonts module no longer working

I recently updated the BlueBuild action version in my repository and fonts are no longer being installed by the fonts module. Module config: ```yaml - type: fonts # install JetBrainsMono NF...

error: Could not depsolve transaction; 1 problem detected

Hello, I've been getting this message after trying to make a custom image: https://github.com/MrQvest/my-atomic/ Example of a bad Github Action: https://github.com/MrQvest/my-atomic/actions/runs/12144458198 It says there is a problem, but it doesn't specify where or what is wrong:
[17:02:33 g.i/m/my-kinoite-nvidia:latest] => 13.88 error: Could not depsolve transaction; 1 problem detected:...

how to integrate ublue-update?

I am in the process of trying to figure out how to have automatic updates along with myOS I'd like to have the notification enabled as well, just can't figure it out. Any help is appreciated...
Solution:
should be in bling iirc

Ollama tips?

There are several ways to install ollama for local LLM use. Here is my experience so far: 1) Using brew Pros: Brew module keeps packages up to date, and since ollama gets updated quite frequently it makes using it a breeze Cons: ...

Gnome extensions module stopped working

Hi everyone, I'm using the gnome extensions module but for some reason it stopped working yesterday. This was the first broken build: https://github.com/jonerrr/os-image/actions/runs/12035664576/job/33555161752. I tried building it locally with the blue-build cli and it worked, but then I upgraded the CLI and it broke (sorry i'm not sure what version i was on before). I can't seem to find any messages on why it failed. Any help debugging is appreciated.

Build fails on extensions module, but works if re-run

Weird issue, my automatic builds are consistently failing on the gnome extensions module. However, if i run the build manually right after, it builds. So what’s the issue?
Solution:
Nothing, except trying to install extension manually from github/gitlab with a script if you're really impatient. Weirdly enough, I didn't have any build failure related to gnome-extensions recently...

Failed to parse version from metadata for ghcr.io/ublue-os/aurora-dx:41

For whatever reason, it is failing to pull any aurora images. I have tried with aurora:41, aurora:latest, and its dx counterparts. It hangs on this step for a while, tripling the total build time. It had not done this before. The build that fails is recipe-plasma.yml. Repo: https://github.com/arcbarkzap/supernova/
Solution:
This is a problem with Ublue changing the org.opencontainers.image.version label on the image from the upstream version that Fedora sets
No description

Has anyone made a custom image based on Bazzite for their gaming handheld (like the SteamDeck)?

The title pretty much says it all. It's mostly installing flatpaks and other software that I'd like to have, just by making another variant of my image using the same flatpak module file and whatnot. I would just like to know if someone has done this before hand and if they have hit any roadblocks
Solution:
Well, after testing my steamdeck with my image I can say: - system-flatpaks does install my flatpaks, on top of the iso ones. I perused the logs and it just recognizes that the fedora repos have already been removed and installs everything. - My own rpm packages being there work like normal...

Build failing after upgrade to f41?

Hi all, Since upgrading to f41 I get a failure to build at the rpm module. Error logs are usually really informative but infortunately not in this case.. Full log attached, full recipe here: https://github.com/mecattaf/zen/blob/main/recipes/recipe.yml I know for a fact that it's the rpm-ostree module that's not working but no idea why.....
Next