On Thu, Jul 23, 2020 at 11:15:49AM +0200, Peter Krempa wrote:
On Thu, Jul 16, 2020 at 11:53:56 +0200, Pavel Hrdina wrote:
With the most recent version I've fetched from your repository I'm
seeing the following test failure when building with 'gcc'. 'clang'
builds fine.
Dan already reported this issue. It happens with new meson 0.55.0. They
changed the name of private target directory where object file are
created which we need for the protocol tests.
Unfortunately there is no way how to get this directory using meson
functions so it is hard-coded in the check-remote-protocol.py.
I've already fixed it locally by changing the code to detect both
name of the private directories, but I'll create an RFE in meson to
provide a way to get the correct path to the private directory.
Pavel