Add github actions for dependency pod validations (#1834)
Summary: This PR adds github actions to validate the pods, so that the changes which breaks the validation is not made. This PR also downgrades the version update of OpenSSL, as it doesn't validate the Folly podspec. I have [raised](https://github.com/krzyzanowskim/OpenSSL/issues/113) an issue on the repository which manages the openssl dependency. ## Changelog - Added githubaction for dependent pod validation - Downgraded the openssl version, as with upgraded version the folly pod didn't validate. Pull Request resolved: https://github.com/facebook/flipper/pull/1834 Test Plan: CI Reviewed By: passy Differential Revision: D25939525 Pulled By: priteshrnandgaonkar fbshipit-source-id: f70d043f1f6b2c79028212d8f56c6b8632092e33
This commit is contained in:
committed by
Facebook GitHub Bot
parent
18ff69bacd
commit
140ff8861e
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
|
||||
spec.dependency 'boost-for-react-native'
|
||||
spec.dependency 'Flipper-Glog'
|
||||
spec.dependency 'Flipper-DoubleConversion'
|
||||
spec.dependency 'OpenSSL-Universal', '1.1.180'
|
||||
spec.dependency 'OpenSSL-Universal', '1.0.2.20'
|
||||
spec.dependency 'CocoaLibEvent', '~> 1.0'
|
||||
spec.compiler_flags = '-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0
|
||||
-frtti
|
||||
|
||||
Reference in New Issue
Block a user