commit | e2da11adad3cd4537d19be101e6f390f3d49c28d | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Jun 15 10:16:37 2023 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Jun 15 10:45:10 2023 +0930 |
tree | b237782f9377c543bbd264978ec405c9d01fe607 | |
parent | c6caa1847352f639cbccc72beb9a09ce91da1b0b [diff] |
build-unit-test-docker: Use `meson setup` Invoking meson with only a build directory argument is deprecated: ``` 2 10:14:32 andrew@fedora:~$ meson --version 1.1.0 2 10:17:32 andrew@fedora:~$ meson builddir ... WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. 2 10:17:34 andrew@fedora:~$ ``` Change-Id: I29c087cce5b4c2bc928a1cd4c6f2c0afa74a447f Signed-off-by: Andrew Jeffery <andrew@aj.id.au>