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

Fix include paths for wasm build #395

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Aug 8, 2023

Fix missing tlibc include directory for sys crates

Previously the sys crates were using the vendored headers, but not the
vendored tlibc directory. This would result in errors relating to
time.h when building the sys crates on some platforms. Now the
vendored tlibc is included when building the sys crates.

@github-actions github-actions bot added the size/XS PRs with less than 30 lines of changes label Aug 8, 2023
@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Aug 8, 2023
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@nick-mobilecoin nick-mobilecoin changed the title Revert "git please work" Fix include paths for wasm build Aug 8, 2023
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #395 (e5f34b5) into nick/fix-beta-clippy (41d3d82) will increase coverage by 0.09%.
The diff coverage is 0.00%.

❗ Current head e5f34b5 differs from pull request most recent head 8e0d16a. Consider uploading reports for the commit 8e0d16a to get more accurate results

@@                   Coverage Diff                    @@
##           nick/fix-beta-clippy     #395      +/-   ##
========================================================
+ Coverage                 88.33%   88.42%   +0.09%     
========================================================
  Files                        40       40              
  Lines                      5639     5633       -6     
========================================================
  Hits                       4981     4981              
+ Misses                      658      652       -6     
Files Changed Coverage Δ
core/build/src/lib.rs 5.20% <0.00%> (+0.17%) ⬆️

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

@github-actions github-actions bot added size/M PRs with less than 250 lines of changes and removed size/XS PRs with less than 30 lines of changes labels Aug 8, 2023
Previously the sys crates were using the vendored headers, but not the
vendored `tlibc` directory. This would result in errors relating to
`time.h` when building the sys crates on some platforms. Now the
vendored `tlibc` is included when building the sys crates.
@nick-mobilecoin nick-mobilecoin marked this pull request as ready for review August 8, 2023 16:30
@meowblecoinbot meowblecoinbot requested a review from a team August 8, 2023 16:30
@nick-mobilecoin nick-mobilecoin removed the request for review from a team August 8, 2023 16:34
Base automatically changed from nick/fix-beta-clippy to main August 8, 2023 18:55
@nick-mobilecoin nick-mobilecoin merged commit 9fb9905 into main Aug 8, 2023
28 of 29 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/fix-wasm-build branch August 8, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code size/M PRs with less than 250 lines of changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants