We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b07c0 commit 5d6e686Copy full SHA for 5d6e686
1 file changed
scripts/setup-macos-env.sh
@@ -53,3 +53,7 @@ export CFLAGS="-march=armv8-a+aes+sha2"
53
54
# rustc needs to be able to find libgcc.a libgcc_s.dylib and libstdc++.a
55
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