mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +01:00
OPS: Temporary fix due to mismatch in dependency
https://github.com/boostorg/boost/issues/843#issuecomment-1872943124
This commit is contained in:
parent
1a2c3c9179
commit
980171e27c
2 changed files with 2 additions and 1 deletions
|
@ -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
1
scripts/boost.sh
Executable 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
|
Loading…
Add table
Reference in a new issue