Re: [Libguestfs] [libnbd PATCH] ci: Update lcitool to request cargo during CI

2023-08-17 Thread Eric Blake
On Tue, Aug 15, 2023 at 04:33:38PM -0500, Eric Blake wrote: > Regenerate the CI build scripts with: > > ../libvirt-ci/bin/lcitool manifest ci/manifest.yml > > using libvirt-ci bumped with a pending patch: > https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/424 > > Signed-off-by: Eric

Re: [Libguestfs] [libnbd PATCH] ci: Update lcitool to request cargo during CI

2023-08-16 Thread Eric Blake
On Wed, Aug 16, 2023 at 11:56:52AM +0100, Richard W.M. Jones wrote: > > It's interesting that awk is required. I've been attempting to keep > nbdkit from requiring awk (but we do require sed). > > In config.log I see: > > $ grep -i awk config.log > configure:5226: checking for gawk >

Re: [Libguestfs] [libnbd PATCH] ci: Update lcitool to request cargo during CI

2023-08-16 Thread Richard W.M. Jones
It's interesting that awk is required. I've been attempting to keep nbdkit from requiring awk (but we do require sed). In config.log I see: $ grep -i awk config.log configure:5226: checking for gawk configure:5247: found /usr/bin/gawk configure:5258: result: gawk ac_cv_prog_AWK=gawk

[Libguestfs] [libnbd PATCH] ci: Update lcitool to request cargo during CI

2023-08-15 Thread Eric Blake
Regenerate the CI build scripts with: ../libvirt-ci/bin/lcitool manifest ci/manifest.yml using libvirt-ci bumped with a pending patch: https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/424 Signed-off-by: Eric Blake --- CI is still not green, but I've been working on it today. I'm