@@ -198,30 +198,6 @@ stages:
198198 workingDirectory: '$(Build.SourcesDirectory)/js/react_native/e2e'
199199 displayName: Bootstrap Android and iOS e2e tests
200200
201- # TODO: remove this once we upgrade the RN to post 0.70.15 or 0.73.3+ versions this is just a temporary workaround
202- - script : |
203- if [[ "$OSTYPE" == "darwin"* ]]; then
204- sed -i .bak "/boostorg.jfrog.io/c\\
205- spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2', " boost.podspec
206- else
207- sed -i .bak "/boostorg.jfrog.io/c\spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2', " boost.podspec
208- fi
209- rm -f boost.podspec.bak
210- workingDirectory: '$(Build.SourcesDirectory)/js/react_native/node_modules/react-native/third-party-podspecs'
211- displayName: Path the boost 1.76.0 source URL in boost.podspec js/react_native/node_modules/react-native/third-party-podspecs/boost.podspec
212-
213- # TODO: remove this once we upgrade the RN to post 0.70.15 or 0.73.3+ versions this is just a temporary workaround
214- - script : |
215- if [[ "$OSTYPE" == "darwin"* ]]; then
216- sed -i .bak "/boostorg.jfrog.io/c\\
217- spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2', " boost.podspec
218- else
219- sed -i .bak "/boostorg.jfrog.io/c\spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2', " boost.podspec
220- fi
221- rm -f boost.podspec.bak
222- workingDirectory: '$(Build.SourcesDirectory)/js/react_native/e2e/node_modules/react-native/third-party-podspecs'
223- displayName: Path the boost 1.76.0 source URL in boost.podspec in js/react_native/e2e/node_modules/react-native/third-party-podspecs/boost.podspec
224-
225201 - script : |
226202 ORT_C_LOCAL_POD_PATH=$(Build.BinariesDirectory)/ios-full-pod/onnxruntime-c \
227203 pod install
0 commit comments