-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(react-native): patch static fixtures to fix boost download url
- Loading branch information
1 parent
c65d1d8
commit a9115f9
Showing
12 changed files
with
3,431 additions
and
208 deletions.
There are no files selected for viewing
881 changes: 836 additions & 45 deletions
881
test/react-native/features/fixtures/rn0.66/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
test/react-native/features/fixtures/rn0.66/patches/react-native+0.66.5.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/react-native/third-party-podspecs/boost.podspec b/node_modules/react-native/third-party-podspecs/boost.podspec | ||
index 356683c..6ff71bc 100644 | ||
--- a/node_modules/react-native/third-party-podspecs/boost.podspec | ||
+++ b/node_modules/react-native/third-party-podspecs/boost.podspec | ||
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec| | ||
spec.homepage = 'http://www.boost.org' | ||
spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.' | ||
spec.authors = 'Rene Rivera' | ||
- spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2', | ||
+ spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2', | ||
:sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' } | ||
|
||
# Pinning to the same version as React.podspec. |
Oops, something went wrong.