Skip to content

Commit 0eabede

Browse files
Manciukicbchalios
authored andcommitted
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

File tree

2 files changed

+3
-55
lines changed

2 files changed

+3
-55
lines changed

Cargo.lock

Lines changed: 2 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gdb = ["arrayvec", "gdbstub", "gdbstub_arch"]
1717

1818
acpi_tables = { path = "../acpi-tables" }
1919
arrayvec = { version = "0.7.6", optional = true }
20-
aws-lc-rs = { version = "1.15.1", features = ["bindgen"] }
20+
aws-lc-rs = "1.15.1"
2121
base64 = "0.22.1"
2222
bincode = { version = "2.0.1", features = ["serde"] }
2323
bitflags = "2.10.0"

0 commit comments

Comments
 (0)