
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@redhat.com> --- 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. Michal