On Tue, May 07, 2024 at 04:30:55PM +0200, Michal Prívozník wrote: > On 5/7/24 16:23, Daniel P. Berrangé wrote: > > On Tue, May 07, 2024 at 02:58:59PM +0100, Daniel P. Berrangé wrote: > >> The 'check-html-references' test will process the built HTML files, > >> so they must exist before it is run, along with any images that > >> they point to. > >> > >> Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > >> --- > >> docs/images/meson.build | 5 +++-- > >> docs/logos/meson.build | 5 +++-- > >> docs/meson.build | 1 + > >> 3 files changed, 7 insertions(+), 4 deletions(-) > > > > This seems to have a bit of a backcompat problems. Smoe versions > > of meson are complaining > > > > docs/meson.build:345:0: ERROR: run_target keyword argument 'depends' was of type array[CustomTarget | File] but should have been array[BuildTarget | CustomTarget] > > I believe that after we drop old build targets from our CI then meson > can be bumped to something newer. Unfortunately we can't bump it far enough. I hit failures on opensuse leap 15 (meson 0.61), ubuntu 22.04 (meson 0.61) and centos stream 9 (meson 0.63). There's probably some other way I can express this to be compatible. 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 :| _______________________________________________ Devel mailing list -- devel@xxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxx