`awk` and `jq` not found.
When running
bluebuild build ./recipes/recipe.yml
locally, I get the following error:
My CI build fails for the same reason: https://github.com/AbooMinister25/morrigan/actions/runs/14477719246/job/40607276868.
It had just worked a few moments ago when I ran the build, but when I try to run the build again (without anything changing), it seems to have broken. Any idea why?5 Replies
Interestingly the setup script couldn't detect the OS for that stage
It appears that stage is using the fedora image
That script is pretty small too
So the
/etc/os-release
of the image doesn't appear to have the correct info
OH! The image itself doesn't have awk
Well...
That's a flaw I'll have to try to fix
I'm pushing out a patch for thiswayblue has
awk
, weirdI ended up going with a
sh
built-in solution to get that information instead so we don't have to worry about external depsSolution
hmm
so this was a bug?
the weird part is this was working just fine earlier today, and I don't believe I changed anything
(for what it's worth, the base image was wayblue)
and thank you for the quick solution :)