]> git.ipfire.org Git - thirdparty/git.git/commit
meson: stop requiring Perl when tests are enabled
authorPatrick Steinhardt <ps@pks.im>
Thu, 3 Apr 2025 05:05:59 +0000 (07:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Apr 2025 21:47:38 +0000 (14:47 -0700)
commit267143f28659fb6868dd73e44bf06e3e26976666
treec7a6ce5dd4ee7cbdf91ef2b74e85a57206503350
parent64b3eee038c22142724778c7e32265d0fa986248
meson: stop requiring Perl when tests are enabled

The Perl interpreter used to be a strict dependency for running our test
suite. This requirement is explicit in the Meson build system, where we
require Perl to be present unless tests have been disabled.

With the preceding commits we have loosened this restriction so that it
is now possible to run tests when Perl is unavailable. Loosen the above
requirement accordingly.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
meson.build