antiderivative
antiderivative
BBlueBuild
Created by antiderivative on 12/16/2024 in #questions
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 Just wanted to know if there has been any change in the schema as I don't see any in the docs.
12 replies
BBlueBuild
Created by antiderivative on 8/9/2024 in #questions
OS_VERSION in recipe.yml
https://blue-build.org/reference/recipe/ while defining the rpm-ostree module in reciple.yml it refers to %OS_VERSION% in the from section like so
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/antiderivative/libfprint-tod-goodix-0.0.9/repo/fedora-%OS_VERSION%/antiderivative-libfprint-tod-goodix-0.0.9-fedora-%OS_VERSION%.repo
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/antiderivative/libfprint-tod-goodix-0.0.9/repo/fedora-%OS_VERSION%/antiderivative-libfprint-tod-goodix-0.0.9-fedora-%OS_VERSION%.repo
my question is, is that a placeholder or it automatically gets replaced in the build pipeline
9 replies