open-obfuscator/o-mvll

Flaky action in GitHub workflow due to curl network error

Closed this issue · 2 comments

Today, I saw one of the GitHub actions fail in our staging repo due to an issue with curl: https://github.com/build38/o-mvll/actions/runs/5153567694

> Run curl -LO https://data.romainthomas.fr/omvll-deps-xcode-14.tar
  ...
  curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
  Error: Process completed with exit code 92.

curl has some kind of retry mechanism that we could probably use. There may be other better solutions. I am not worried and it's not urgent. I mostly want to document this for future reference, because flaky bots can be annoying.

Ok that's weird. I think this can be solved if we move this archive to a S3/other server that is not mine.

Closing this, as it should be fixed by 6a51a3a.