Dear Nazir, Thanks for updating the patch.
> # The actual test is whether postgres_full_xml can be built, as it has a > # xmllint check and also depends on sgml_check_stamp which performs the > syntax > # check. > test( > 'doc' / 'sgml_syntax_check', > python, > args: ['-c', ''], > depends: [postgres_full_xml], > suite: 'doc', > ) > > and removed the top-level postgres_full_xml target. This should work > on any platform now. Does that work for you? FYI, it could work on my env - only doc files were built by `meson test --suit doc` command. Best regards, Hayato Kuroda FUJITSU LIMITED
