Skip to content

Commit 599a634

Browse files
pks-tgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 106140a commit 599a634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-build-and-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ linux-gcc)
1717
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
1818
;;
1919
linux-TEST-vars)
20+
export OPENSSL_SHA1_UNSAFE=YesPlease
2021
export GIT_TEST_SPLIT_INDEX=yes
2122
export GIT_TEST_MERGE_ALGORITHM=recursive
2223
export GIT_TEST_FULL_IN_PACK_ARRAY=true

0 commit comments

Comments
 (0)