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

Set build mode to Release in hwlocality-sys #158

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

BoyeGuillaume
Copy link
Contributor

Small change on vandored build hwlocality for windows platform. This set the profile for the cmake on windows to Release. It will ensure that there is no debug logs being written to the stdout when running the library.

Copy link

semanticdiff-com bot commented Oct 27, 2024

Review changes with SemanticDiff.

Analyzed 1 of 1 files.

Filename Status
✔️ hwlocality-sys/build.rs Analyzed

@HadrienG2
Copy link
Owner

HadrienG2 commented Oct 27, 2024

Makes sense. Thanks for the contribution!

Copy link

codecov bot commented Oct 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.92%. Comparing base (98a2b37) to head (221da63).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
hwlocality-sys/build.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   82.97%   82.92%   -0.06%     
==========================================
  Files          44       44              
  Lines        5134     5135       +1     
==========================================
- Hits         4260     4258       -2     
- Misses        874      877       +3     
Flag Coverage Δ
ubuntu-latest 77.78% <0.00%> (-0.02%) ⬇️
windows-latest 76.85% <0.00%> (-0.58%) ⬇️

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.

@HadrienG2
Copy link
Owner

Looks like the libm indirect dependency silently bumped its MSRV and this is what causes the build failure. I'll look into it.

@HadrienG2
Copy link
Owner

This was accidental and fixed in libm 0.2.10, so simply re-running the CI job should do the trick. Let's try that...

HadrienG2 added a commit that referenced this pull request Oct 28, 2024
This will avoid future occurences of unseen MSRV breakage as in #158, at the
expense of requiring more everyday dependabot ceremony. For this particular
project, I think the tradeoff is worthwhile.
@HadrienG2 HadrienG2 mentioned this pull request Oct 28, 2024
@HadrienG2 HadrienG2 merged commit 4508ea2 into HadrienG2:main Oct 28, 2024
102 of 104 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