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

Ignore imports and exports in the static rust build #2130

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Conversation

benjaminwinger
Copy link
Collaborator

Should fix the rust build failure. The rust build can ignore the imports/exports since it's not using the shared library, but without the define the rust shim is treated as third-party software importing the headers for use with the shared library.

@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (86d0c96) 89.61% compared to head (d299936) 89.64%.
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2130      +/-   ##
==========================================
+ Coverage   89.61%   89.64%   +0.02%     
==========================================
  Files         988      988              
  Lines       35644    35653       +9     
==========================================
+ Hits        31944    31960      +16     
+ Misses       3700     3693       -7     

see 9 files with indirect coverage changes

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

Copy link
Collaborator

@acquamarin acquamarin left a comment

Choose a reason for hiding this comment

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

Can you take a look at the examples compilation error?

@mewim mewim merged commit 8d9bf3a into master Oct 2, 2023
11 checks passed
@mewim mewim deleted the rust-build-fix branch October 2, 2023 03:05
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.

None yet

3 participants