summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-09-17 13:51:15 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-09-17 22:20:52 +0200
commit413ef50af31e60be7b3f5342e0dda12172dfcca3 (patch)
treea2ae1637c98478766f83674ff32230ffe16bdac5 /test/meson.build
parentRevert "ci: temporarily disable Packit's i386" (diff)
downloadsystemd-413ef50af31e60be7b3f5342e0dda12172dfcca3.tar.xz
systemd-413ef50af31e60be7b3f5342e0dda12172dfcca3.zip
meson: add TODO to switch to new 'follow_symlinks' option in the future
Newly added and will be in the next release of Meson
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 73a8ae2b1c..b79cf59f7f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -24,8 +24,9 @@ if install_tests
'testsuite-80.units',
]
# install_subdir() does not handle symlinks correctly which causes a very ugly warning when
- # installing, so if rsync is available we use that instead. See
- # https://github.com/mesonbuild/meson/issues/9233.
+ # installing, so if rsync is available we use that instead. TODO: switch to the new option
+ # 'follow_symlinks' once we require Meson 1.2.2 or greater, see:
+ # https://github.com/mesonbuild/meson/commit/0af126fec798d6dbb0d1ad52168cc1f3f1758acd
if rsync.found()
rsync_r = rsync.full_path() + ' -rlpt --exclude .gitattributes -- "@0@" "${DESTDIR:-}@1@"'
meson.add_install_script(sh, '-c',