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

fix(hubble): configure ipv4 to fix timeout of yarn install #636

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

FrostyHec
Copy link
Contributor

Purpose of the PR

  • close #xxx

Main Changes

Verifying these changes

  • Trivial rework / code cleanup without any test coverage. (No Need)
  • Already covered by existing tests, such as (please modify tests here).
  • Need tests and can be verified as follows:

Does this PR potentially affect the following parts?

  • Nope
  • Dependencies (add/update license info)
  • Modify configurations
  • The public API
  • Other affects (typed here)

Documentation Status

  • Doc - TODO
  • Doc - Done
  • Doc - No Need

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 4, 2024
@github-actions github-actions bot added the hubble hugegraph-hubble label Nov 4, 2024
@FrostyHec FrostyHec changed the title fix(hubble): configure npm source to fix timeout of yarn install fix(hubble): configure ipv4 to fix timeout of yarn install Nov 4, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 5, 2024
@@ -100,7 +100,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install --network-timeout 600000</arguments>
<arguments>install --network-timeout 600000 --verbose --network-concurrency 1</arguments>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need verbose for normal building? (with massive info output)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hubble hugegraph-hubble lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants