microsoft / msquic

Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
MIT License
3.92k stars 525 forks source link

Install Perl on Windows via WinGet #4348

Closed anrossi closed 3 weeks ago

anrossi commented 3 weeks ago

Description

Updates the prepare-machine script to install Perl on windows for OpenSSL builds.

Testing

Ran the script locally and it worked fine.

Documentation

N/A

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.15%. Comparing base (28ae555) to head (b664621).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4348 +/- ## ========================================== - Coverage 85.76% 85.15% -0.62% ========================================== Files 56 56 Lines 15384 15384 ========================================== - Hits 13194 13100 -94 - Misses 2190 2284 +94 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

anrossi commented 3 weeks ago

Now we don't need to install anything manually for windows anymore?

I hope this is the last one needed. The developer will need to add the switch on the prepare-machine command line (because the build system uses the script, so it can't be automatic), but this should make it easier.