Skip to content

Commit

Permalink
chore: downgrade curl to fix Windows rust tests (#8242)
Browse files Browse the repository at this point in the history
### Description

#8081 ended up breaking our Windows
builds specifically when trying to build the test binaries. e.g.
https://github.com/vercel/turbo/actions/runs/9187223596/job/25264529837#step:5:523

I'm still unsure of exactly why, but removing the `curl` and `tokio`
version bumps that happened in that PR get us back to a working build.

Future work might be to switch from the MingW backend we're currently
using to MSVC as that has better support and I believe we only needed to
use MingW to support linking to Go.

### Testing Instructions

Windows tests should now pass

---------

Co-authored-by: Chris Olszewski <Chris Olszewski>
  • Loading branch information
chris-olszewski authored May 29, 2024
1 parent 50ad7f3 commit 7875ab2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7875ab2

Please sign in to comment.