Build failure migrating from `rpm-ostree` to `dnf`
I feel like I'm missing a simple step for enabling the
dnf
module (migrating away from rpm-ostree
). My builds are failing due to:
chmod: cannot access '/tmp/modules/dnf/dnf.sh': No such file or directory
Anyone seen this kind of error before?
- See https://github.com/michaelhaaf/bluebuild-custom/actions/runs/15807967892/job/44555389767#step:2:3440 for the failed build logs
- See https://github.com/michaelhaaf/bluebuild-custom/blob/main/recipes/recipe-combined.yml for the entire recipe file
- See https://github.com/michaelhaaf/bluebuild-custom/blob/main/recipes/common/packages.yml for an example dnf moduleSolution:Jump to solution
you have a dependabot PR waiting that will also do this change for you https://github.com/michaelhaaf/bluebuild-custom/pull/11
GitHub
chore(deps): bump blue-build/github-action from 1.6 to 1.8 by depen...
Bumps blue-build/github-action from 1.6 to 1.8.
Release notes
Sourced from blue-build/github-action's releases.
v1.8.0
1.8.0 (2024-12-03)
CLI
Updated to v0.9.0.
Read the blog post.
Featur...
4 Replies
Solution
you have a dependabot PR waiting that will also do this change for you https://github.com/michaelhaaf/bluebuild-custom/pull/11
GitHub
chore(deps): bump blue-build/github-action from 1.6 to 1.8 by depen...
Bumps blue-build/github-action from 1.6 to 1.8.
Release notes
Sourced from blue-build/github-action's releases.
v1.8.0
1.8.0 (2024-12-03)
CLI
Updated to v0.9.0.
Read the blog post.
Featur...
merging these is recommended
this is exactly the kind of obvious thing i figured i had missed, thanks @xyny