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

Rust: support packaging and publishing #584

Merged
merged 2 commits into from
Oct 6, 2020
Merged

Rust: support packaging and publishing #584

merged 2 commits into from
Oct 6, 2020

Conversation

axic
Copy link
Member

@axic axic commented Oct 6, 2020

No description provided.

@axic axic requested review from chfast and gumb0 October 6, 2020 12:39
@axic axic force-pushed the rust-package branch 3 times, most recently from f0b2ff7 to bc11745 Compare October 6, 2020 12:43
@@ -11,8 +11,22 @@ use std::env;
use std::path::PathBuf;

fn main() {
// This is the root directory.
let src = "../../";
Copy link
Member Author

Choose a reason for hiding this comment

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

For some reason cargo package copies over symlinks to files with an updated path (that's why this works on evmc, where we only need the header which is symlinked), but symlinking the root does not work (e.g. bindings/rust/fizzy -> ../../).

circle.yml Outdated Show resolved Hide resolved
circle.yml Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 6, 2020

Codecov Report

Merging #584 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #584   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files          62       62           
  Lines        8990     8990           
=======================================
  Hits         8831     8831           
  Misses        159      159           

@axic axic merged commit 24e9310 into master Oct 6, 2020
@axic axic deleted the rust-package branch October 6, 2020 14:46
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.

3 participants