Magnus pushed to branch wip/mangoiv/ci-backports at Glasgow Haskell Compiler / GHC Commits: f3e714d4 by mangoiv at 2026-05-07T11:26:31+02:00 ci: increased low speed time, removed post buffer increase - - - - - 1 changed file: - .gitlab/test-metrics.sh Changes: ===================================== .gitlab/test-metrics.sh ===================================== @@ -22,7 +22,9 @@ function pull() { # to set a larger http.postBuffer, although this is definitely a workaround. # The default should work just fine. The error could be in git, GitLab, or # perhaps the networking tube (including all proxies etc) between the two. - run git -c http.postBuffer=2097152 fetch -f "$NOTES_ORIGIN" "$ref:$ref" + # 2026-05-07: git fetch started failing again on darwin. Increased the low speed + # time. Removed the postbuffer change since we shouldn't actually be PUSHing anything + run GIT_CURL_VERBOSE=1 git -c http.lowSpeedTime=600 fetch -f "$NOTES_ORIGIN" "$ref:$ref" echo "perf notes ref $ref is $(git rev-parse $ref)" } View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f3e714d4caf4536e8e82d45cd71ea264... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f3e714d4caf4536e8e82d45cd71ea264... You're receiving this email because of your account on gitlab.haskell.org.