Skip to content

Commit

Permalink
ci(react-native): patch static fixtures to fix boost download url
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 10, 2025
1 parent c65d1d8 commit a9115f9
Show file tree
Hide file tree
Showing 12 changed files with 3,431 additions and 208 deletions.
881 changes: 836 additions & 45 deletions test/react-native/features/fixtures/rn0.66/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions test/react-native/features/fixtures/rn0.66/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
"lint": "eslint .",
"postinstall": "patch-package"
},
"dependencies": {
"react": "17.0.2",
Expand All @@ -21,7 +22,8 @@
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
"react-test-renderer": "17.0.2",
"patch-package": "8.0.0"
},
"jest": {
"preset": "react-native"
Expand Down
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.
Loading

0 comments on commit a9115f9

Please sign in to comment.