Skip to content

Commit 5d6e686

Browse files
authored
Workaround for issue with aws-lc-sys jitter entropy on macOS (#63)
1 parent f7b07c0 commit 5d6e686

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/setup-macos-env.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ export CFLAGS="-march=armv8-a+aes+sha2"
5353

5454
# rustc needs to be able to find libgcc.a libgcc_s.dylib and libstdc++.a
5555
export RUSTFLAGS="-L${GCC_PREFIX}/lib/gcc/${GCC_VERSION} -L${GCC_PREFIX}/lib/gcc/${GCC_VERSION}/gcc/aarch64-apple-darwin24/${GCC_VERSION}"
56+
57+
# Workaround for issue in aws-lc-sys jitter-entropy component
58+
# https://github.com/aws/aws-lc-rs/issues/1008
59+
export AWS_LC_SYS_NO_JITTER_ENTROPY=1

0 commit comments

Comments
 (0)