diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-01-01 18:21:14 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-01-01 18:21:14 +0100 |
commit | 98422943f013b56352dd1a2f8823368b27267e57 (patch) | |
tree | 844c37a88933cc1617b4b77b0d49ed52aa48ae73 /ci | |
parent | Merge branch 'rs/reftable-realloc-errors' (diff) | |
parent | ci: exercise unsafe OpenSSL backend (diff) | |
download | git-98422943f013b56352dd1a2f8823368b27267e57.tar.xz git-98422943f013b56352dd1a2f8823368b27267e57.zip |
Merge branch 'ps/weak-sha1-for-tail-sum-fix'
An earlier "csum-file checksum does not have to be computed with
sha1dc" topic had a few code paths that had initialized an
implementation of a hash function to be used by an unmatching hash
by mistake, which have been corrected.
* ps/weak-sha1-for-tail-sum-fix:
ci: exercise unsafe OpenSSL backend
builtin/fast-import: fix segfault with unsafe SHA1 backend
bulk-checkin: fix segfault with unsafe SHA1 backend
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run-build-and-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index c4a41bba0b..76667a1277 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -17,6 +17,7 @@ linux-gcc) export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main ;; linux-TEST-vars) + export OPENSSL_SHA1_UNSAFE=YesPlease export GIT_TEST_SPLIT_INDEX=yes export GIT_TEST_MERGE_ALGORITHM=recursive export GIT_TEST_FULL_IN_PACK_ARRAY=true |