Skip to content

Commit 090600a

Browse files
authored
fix(hubble): configure ipv4 to fix timeout of yarn install (#636)
1 parent 216c894 commit 090600a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hugegraph-hubble/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
FROM maven:3.9.0-eclipse-temurin-11 AS build
1919

20+
ENV NODE_OPTIONS=--dns-result-order=ipv4first
2021

2122
ARG MAVEN_ARGS
2223

hugegraph-hubble/hubble-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<goal>yarn</goal>
101101
</goals>
102102
<configuration>
103-
<arguments>install --network-timeout 600000</arguments>
103+
<arguments>install --network-timeout 600000 --verbose --network-concurrency 1</arguments>
104104
</configuration>
105105
</execution>
106106

0 commit comments

Comments
 (0)