OPS: Temporary fix due to mismatch in dependency

https://github.com/boostorg/boost/issues/843#issuecomment-1872943124
This commit is contained in:
Marcos Rodriguez Velez 2024-01-08 11:17:48 -04:00
parent 1a2c3c9179
commit 980171e27c
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,7 @@
"android:clean": "cd android; ./gradlew clean ; cd .. ; npm run android",
"ios": "react-native run-ios",
"postinstall": "rn-nodeify --install buffer,events,process,stream,inherits,path,assert,crypto --hack; npm run releasenotes2json; npm run branch2json; npm run patches",
"patches": "patch -p1 < scripts/rn-ldk.patch; patch -p1 < scripts/react-native-camera-kit.patch",
"patches": "patch -p1 < scripts/rn-ldk.patch; patch -p1 < scripts/react-native-camera-kit.patch; scripts/boost.sh",
"test": "npm run tslint && npm run lint && npm run unit && npm run jest",
"jest": "jest -b tests/integration/*",
"windowspatches": "./scripts/windows-patches.sh",

1
scripts/boost.sh Executable file
View file

@ -0,0 +1 @@
sed -i '' 's|https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2|https://newcontinuum.dl.sourceforge.net/project/boost/boost/1.76.0/boost_1_76_0.tar.bz2|g' node_modules/react-native/third-party-podspecs/boost.podspec