Merge pull request #24342 from yulin-liang/flaky-cfstream

Modify podfile of CFStreamTests.
reviewable/pr24328/r1^2
yulin liang 4 years ago committed by GitHub
commit c6510ea9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/iomgr/ios/CFStreamTests/Podfile

@ -8,7 +8,7 @@ GRPC_LOCAL_SRC = '../../../../..'
# Install the dependencies in the main target plus all test targets. # Install the dependencies in the main target plus all test targets.
target 'CFStreamTests' do target 'CFStreamTests' do
pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
end end

Loading…
Cancel
Save