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

build.rs: Use cc-rs in a more canonical way in most cases. #1699

Merged
merged 2 commits into from
Oct 7, 2023

Conversation

briansmith
Copy link
Owner

See individual commit comments. The intent here is to help people understand what's required to adapt build.rs to an alternative build system by making its use of cc-rs more idiomatic.

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #1699 (0bd777e) into main (2afc921) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1699   +/-   ##
=======================================
  Coverage   96.05%   96.06%           
=======================================
  Files         135      135           
  Lines       20521    20521           
  Branches      217      217           
=======================================
+ Hits        19712    19713    +1     
  Misses        771      771           
+ Partials       38       37    -1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@briansmith briansmith force-pushed the b/simplify-build.rs-2 branch from 78ebbd4 to 0bd777e Compare October 6, 2023 18:39
@briansmith
Copy link
Owner Author

@NobodyXu WDYT about this, in light of #1591 (comment)? Do you think this is good to check in?

Copy link
Contributor

@NobodyXu NobodyXu left a comment

Choose a reason for hiding this comment

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

LGTM

@briansmith briansmith merged commit f3273af into main Oct 7, 2023
@briansmith briansmith deleted the b/simplify-build.rs-2 branch October 7, 2023 00:45
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