]> git.ipfire.org Git - thirdparty/git.git/commit
ci: exercise unsafe OpenSSL backend
authorPatrick Steinhardt <ps@pks.im>
Mon, 30 Dec 2024 14:24:03 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Dec 2024 14:46:30 +0000 (06:46 -0800)
commit599a63409bed67d61c359d316da5a10bcddc954b
tree1580d066ba762c8581e5c89c1c2cfb1fb5cca427
parent106140a99fbdb7acf19723473621e0ccaa03c158
ci: exercise unsafe OpenSSL backend

In the preceding commit we have fixed a segfault when using an unsafe
SHA1 backend that is different from the safe one. This segfault only
went by unnoticed because we never set up an unsafe backend in our CI
systems. Fix this ommission by setting `OPENSSL_SHA1_UNSAFE` in our
TEST-vars job.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/run-build-and-tests.sh