]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: Limit test-link-abi to developer mode
authorDaan De Meyer <daan@amutable.com>
Sun, 24 May 2026 12:34:55 +0000 (12:34 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 24 May 2026 13:20:58 +0000 (14:20 +0100)
commit788ef4c43eb2e74a67b90c3059bf407e7e301c81
treef39d2d1051fc2acfd0fda839738bca46a0b573fe
parent99d16bbca580f50d9646fc296cb6f89cd3696a3b
meson: Limit test-link-abi to developer mode

This test can regress without changes on our end when
an older systemd is built against a newer glibc and
the newer glibc has an ABI break for a symbol we use
but don't dlsym(). To avoid spurious test failures for
downstream packagers, let's only run the test in developer
mode for now.
test/meson.build