Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows build #235

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Fix windows build #235

merged 2 commits into from
Feb 22, 2024

Conversation

ctz
Copy link
Member

@ctz ctz commented Feb 22, 2024

This PR adds a Cargo.lock to avoid some broken versions of windows platform crates.

Also ninja-build installation step for windows. I don't think that is strictly necessary (because nothing sets the aws-lc-rs/fips feature here), but also is very low cost.

Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ba3f15f) 97.14% compared to head (b79bc3c) 97.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #235   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          19       19           
  Lines        4336     4336           
=======================================
  Hits         4212     4212           
  Misses        124      124           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cpu
Copy link
Member

cpu commented Feb 22, 2024

I think the various CI cargo invocations should gain a --locked flag in this changeset (unless there was a reason you avoided that?)

@ctz
Copy link
Member Author

ctz commented Feb 22, 2024

Oh! Yes good point.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
This is up to date, apart from `windows_x86_64_msvc` (etc.) versions.
@cpu cpu added this pull request to the merge queue Feb 22, 2024
Merged via the queue into main with commit c5e07ad Feb 22, 2024
58 checks passed
@cpu cpu deleted the jbp-fix-windows-build branch February 22, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants