-
Notifications
You must be signed in to change notification settings - Fork 140
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: propagate features to bindeps #1788
Conversation
@bstrie too bad making the bindeps shims optional does not work somehow. |
Codecov Report
@@ Coverage Diff @@
## main #1788 +/- ##
===========================================
+ Coverage 43.87% 54.66% +10.78%
===========================================
Files 121 151 +30
Lines 6284 10316 +4032
===========================================
+ Hits 2757 5639 +2882
- Misses 3527 4677 +1150
Continue to review full report at Codecov.
|
Making bindeps optional is tracked by rust-lang/cargo#10526 . |
I'll test this soon. The change itself looks legit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disable-sgx-attestation
and dbg
work for shim-sgx
Fixup of commit 5639b58, which removed all default features. Signed-off-by: Harald Hoyer <harald@profian.com>
ff9d50a
to
b55af18
Compare
Fixup of commit 5639b58, which removed
all default features.
Fixes: #1780
Signed-off-by: Harald Hoyer harald@profian.com