Skip to content

Commit f9e2dd0

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0
This was marked as a temporary work-around in 4538ee6 (ci: work around a problem with HTTP/2 vs libcurl v8.10.0 (#5165), 2024-09-24), to help CI builds pass even on macOS. The faulty libcurl version has hence been replaced with plenty of fixed ones, therefore this work-around is no longer necessary. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 5625354 commit f9e2dd0

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

t/t5551-http-fetch-smart.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -413,15 +413,7 @@ test_expect_success CMDLINE_LIMIT \
413413
)
414414
'
415415

416-
# This is a temporary work-around for libcurl v8.10.0 on the macos-* runners;
417-
# see https://github.com/git-for-windows/git/issues/5159 for full details
418-
test_lazy_prereq UNBROKEN_HTTP2 '
419-
test "$HTTP_PROTO" = HTTP/2 &&
420-
test -z "$(brew info -q curl 2>/dev/null |
421-
sed -n "/^Installed/{N;s/.*8\\.10\\.0.*/BROKEN HTTP2/p;}")"
422-
'
423-
424-
test_expect_success UNBROKEN_HTTP2 'large fetch-pack requests can be sent using chunked encoding' '
416+
test_expect_success 'large fetch-pack requests can be sent using chunked encoding' '
425417
GIT_TRACE_CURL=true git -c http.postbuffer=65536 \
426418
clone --bare "$HTTPD_URL/smart/repo.git" split.git 2>err &&
427419
{

0 commit comments

Comments
 (0)