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 CI #71

Merged
merged 2 commits into from
Sep 11, 2024
Merged

fix CI #71

merged 2 commits into from
Sep 11, 2024

Conversation

zoedberg
Copy link
Contributor

@zoedberg zoedberg commented Sep 11, 2024

This should fix the windows build on the CI by adding nasm as a dependency (it's not needed for mac and linux but I don't know how to selectively add a dependency for specific values of the matrix)
Also linted the code since there were 2 issues that were breaking the CI

Copy link

codecov bot commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 0.0%. Comparing base (7487a1c) to head (fcd50f4).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/wallet.rs 0.0% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##           master    #71   +/-   ##
=====================================
  Coverage     0.0%   0.0%           
=====================================
  Files          24     24           
  Lines        2159   2159           
=====================================
  Misses       2159   2159           
Flag Coverage Δ
rust 0.0% <0.0%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@zoedberg zoedberg changed the title CI: add nasm to fix windows build fix CI Sep 11, 2024
Copy link
Member

@dr-orlovsky dr-orlovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 7f904b5

@dr-orlovsky
Copy link
Member

Thank you for figuring this out!

@dr-orlovsky dr-orlovsky merged commit f3ce1c3 into BP-WG:master Sep 11, 2024
31 checks passed
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.

2 participants