Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
4dd7e3b9
by Cheng Shao at 2025-12-20T17:07:33-05:00
1 changed file:
Changes:
| ... | ... | @@ -265,6 +265,15 @@ function setup() { |
| 265 | 265 | # testsuite driver!
|
| 266 | 266 | git config gc.auto 0
|
| 267 | 267 | |
| 268 | + # Some runners still choke at the perf note fetch step, which has to
|
|
| 269 | + # do with slow internet connection, see
|
|
| 270 | + # https://docs.gitlab.com/topics/git/troubleshooting_git/#error-stream-0-was-not-closed-cleanly
|
|
| 271 | + # for the http.postBuffer mitigation. It might seem
|
|
| 272 | + # counter-intuitive that "post buffer" helps with fetching, but git
|
|
| 273 | + # indeed issues post requests when fetching over https, it's a
|
|
| 274 | + # bidirectional negotiation with the remote.
|
|
| 275 | + git config http.postBuffer 52428800
|
|
| 276 | + |
|
| 268 | 277 | info "====================================================="
|
| 269 | 278 | info "Toolchain versions"
|
| 270 | 279 | info "====================================================="
|