Commit 0eabede
fix(build): disable bindgen feature of aws-lc-rs
Since 1.15 it's no longer necessary to run bindgen on every build since
bindings are now prebuilt and distributed for common platforms [1].
From 1.15, this bindgen is taking even longer, increasing our
compilation times by 1 minute!
Remove the now unnecessary feature to speed up builds.
[1]: aws/aws-lc-rs#896
Signed-off-by: Riccardo Mancini <[email protected]>1 parent bb7b712 commit 0eabede
2 files changed
+3
-55
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments