Skip to content

Commit aed5eef

Browse files
committed
fix(cli): remove openssl dependency again (#2393)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 117b838 commit aed5eef

File tree

3 files changed

+292
-298
lines changed

3 files changed

+292
-298
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ jobs:
131131
CC_aarch64_apple_darwin: aarch64-apple-darwin20.4-clang
132132
CXX_aarch64_apple_darwin: aarch64-apple-darwin20.4-clang++
133133
MACOSX_DEPLOYMENT_TARGET: "10.7"
134+
# Use RUSTFLAGS to skip building aws-lc-rs when targeting macOS
135+
# CARGO_FEATURE_RUSTLS_NATIVE_CERTS: 0
136+
# CARGO_RUSTLS_NATIVE_CERTS: 0
137+
# RUSTFLAGS: "--cfg tokio_unstable ${{ contains(matrix.platform, 'apple-darwin') && '--cfg tokio_unstable --cfg rustls_native_certs --cfg aws_lc_rs' || '' }}"
134138

135139
# Expose token for pulling GH artifacts
136140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)