Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V2] fix: change boost download source in build.gradle #2356

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

jirojas
Copy link

@jirojas jirojas commented Jan 8, 2024

What

This pull request addresses an issue with the boost dependency by updating its source. Previously, the dependency was fetched from JFrog, which has encountered challenges since New Year's Eve. In response, the React Native team is modifying the source from JFrog to https://archives.boost.io in the React Native repository. Refer to the corresponding React Native issue facebook/react-native#42180 for additional context.

Changes

This pull request primarily impacts the downloadBoost task within the build.gradle file. Specifically, the variable srcUrl is updated from "https://boostorg.jfrog.io/artifactory/main/release/${transformedVersion}/source/boost_${BOOST_VERSION}.tar.gz" to "https://archives.boost.io/release/${transformedVersion}/source/boost_${BOOST_VERSION}.tar.gz".

Tested on

Related issues

Copy link

vercel bot commented Jan 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-vision-camera ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 2:29pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant