Skip to content

Remove user32 linker dependency from Rust build#5859

Closed
guhetier wants to merge 2 commits intomainfrom
guhetier/remove_user32
Closed

Remove user32 linker dependency from Rust build#5859
guhetier wants to merge 2 commits intomainfrom
guhetier/remove_user32

Conversation

@guhetier
Copy link
Collaborator

Description

Removed unused linker dependency

Testing

CI

Documentation

N/A

guhetier and others added 2 commits March 10, 2026 09:23
user32 is not needed because we disable the OpenSSL symbols
(MessageBoxW, etc.) that reference it.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@guhetier guhetier closed this Mar 10, 2026
@guhetier guhetier deleted the guhetier/remove_user32 branch March 10, 2026 17:05
@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.76%. Comparing base (acf0b8f) to head (26dc0f2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5859      +/-   ##
==========================================
+ Coverage   84.45%   85.76%   +1.30%     
==========================================
  Files          60       60              
  Lines       18732    18732              
==========================================
+ Hits        15821    16066     +245     
+ Misses       2911     2666     -245     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant