On Wed, Mar 05, 2025 at 01:38:53PM -0800, Pierrick Bouvier wrote: The commit message really ought to explain why '--syncdeps --nobuild' is improving on the current '-s'
> Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org> > --- > docs/devel/build-environment.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/docs/devel/build-environment.rst > b/docs/devel/build-environment.rst > index f133ef2e012..661f6ea8504 100644 > --- a/docs/devel/build-environment.rst > +++ b/docs/devel/build-environment.rst > @@ -97,11 +97,11 @@ build QEMU in MSYS2 itself. > > :: > > - pacman -S wget > + pacman -S wget base-devel git > wget > https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBUILD > # Some packages may be missing for your environment, installation will > still > # be done though. > - makepkg -s PKGBUILD || true > + makepkg --syncdeps --nobuild PKGBUILD || true > > Build on windows-aarch64 > ++++++++++++++++++++++++ > -- > 2.39.5 > With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|