Skip to content

Commit 1edece0

Browse files
authored
Using rustls-tls-webpki-roots flag for iOS ffi build. (#384)
1 parent 5337b5c commit 1edece0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ffi-builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ jobs:
5858
target: aarch64-apple-ios
5959
iphoneos_deployment_target: "13.0"
6060
name: ffi-ios-arm64
61+
buildargs: --no-default-features --features "rustls-tls-webpki-roots"
6162
- os: macos-13
6263
platform: ios
6364
dylib: liblivekit_ffi.a
6465
target: aarch64-apple-ios-sim
6566
iphoneos_deployment_target: "13.0"
6667
name: ffi-ios-sim-arm64
68+
buildargs: --no-default-features --features "rustls-tls-webpki-roots"
6769
- os: ubuntu-20.04
6870
platform: linux
6971
build_image: quay.io/pypa/manylinux_2_28_x86_64

0 commit comments

Comments
 (0)