-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: add manual generation of abi, runtime-capi #69
Conversation
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
==========================================
+ Coverage 71.83% 71.92% +0.09%
==========================================
Files 106 109 +3
Lines 7228 7270 +42
==========================================
+ Hits 5192 5229 +37
- Misses 2036 2041 +5
Continue to review full report at Codecov.
|
63a49e4
to
5e1d322
Compare
Is it necessary to do this for the CAPI too? |
Appears to be the case yes. Without this, cargo always detects changes. |
cff4356
to
77b8e19
Compare
686178c
to
e5a2cf8
Compare
Do you have any idea why the gen-runtime-capi check is failing just for ubuntu beta? |
No, I cant reproduce it either. But Im working on it. :) |
e5a2cf8
to
1051e1f
Compare
When using build.rs files several files get regenerated every build which causes rebuilds even when nothing really changed. This commit changes this behavior to make the user manually run a command when the files should be regenerated.
1051e1f
to
71476b7
Compare
When using build.rs files several files get regenerated every build
which causes rebuilds even when nothing really changed. This commit
changes this behavior to make the user manually run a command when the
files should be regenerated.