Skip to content

Commit 62abb81

Browse files
ManciukicJackThomson2
authored andcommitted
chore: unpin aws-lc-rs and disable jitter entropy
Set AWS_LC_SYS_NO_JITTER_ENTROPY=1 in the build environment to disable jitter entropy and unpin aws-lc-rs version. Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent 837c2e7 commit 62abb81

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ rustflags = [
66

77
[net]
88
git-fetch-with-cli = true
9+
10+
[env]
11+
AWS_LC_SYS_NO_JITTER_ENTROPY = "1"

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ updates:
77
day: "monday"
88
allow:
99
- dependency-type: "all"
10-
ignore:
11-
- dependency-name: "aws-lc-rs"
1210
groups:
1311
rust-vmm:
1412
patterns:

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -19,7 +19,7 @@ acpi_tables = { path = "../acpi-tables" }
1919
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes"] }
2020
anyhow = "1.0.100"
2121
arrayvec = { version = "0.7.6", optional = true }
22-
aws-lc-rs = { version = "1.14.0", features = ["bindgen"] }
22+
aws-lc-rs = { version = "1.14.1", features = ["bindgen"] }
2323
base64 = "0.22.1"
2424
bincode = { version = "2.0.1", features = ["serde"] }
2525
bitflags = "2.9.4"

0 commit comments

Comments
 (0)