You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The investigation shows that the issue only happens in some versions of libcurl on macOS, where HTTP return code 416 is not treated as CURL_HTTP_RETURNED_ERROR. In Ubuntu 20.04 and 22.04, we tried to update libcurl to 8.9.1 (which is the latest release when this comment was written) and it didn't reproduce.
Therefore, we suspect this is a macOS-specific issue and will handle it with specialized check for macOS only.
…ed CURL return code on macOS, and log such codes in tests (fixesy-scope#519). (y-scope#517)
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
Bug
The
network_reader_illegal_offset
unit test is failing on GH's macOS runners. The issue is being investigated and mitigated in #517.CLP version
1b67fdb
Environment
Any macOS GH runner
Reproduction steps
Run the clp-core-build-macos workflow on a macOS GH runner.
The text was updated successfully, but these errors were encountered: