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

[Bug] yarn install (in pom.xml) timeout in arm64 #520

Closed
1 task done
aroundabout opened this issue Sep 15, 2023 · 2 comments
Closed
1 task done

[Bug] yarn install (in pom.xml) timeout in arm64 #520

aroundabout opened this issue Sep 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@aroundabout
Copy link
Contributor

Bug Type (问题类型)

exception / error (异常报错)

Before submit

  • I had searched in the issues and found no similar issues.

Environment (环境信息)

  • Toolchain Version: latest
  • platform: github action (linux/arm64)

Expected & Actual behavior (期望与实际表现)

https://github.com/hugegraph/actions/actions/runs/6194003062/job/16817665758#step:5:11833
In repo hugegraph/actions, build docker images and push:
image
The reason is that yarn install will timeout in arm64 platform
image

The problem is still not solved until 2023.7 as the issue nodejs/docker-node#1335 (comment)

The way to solve the problem is to set the timeout like https://github.com/pomerium/pomerium/pull/3019/files

In toolchain, we can change the line:
https://github.com/apache/incubator-hugegraph-toolchain/blob/master/hugegraph-hubble/hubble-dist/pom.xml#L84
to

timeout 120000 yarn install && yarn build || exit 1

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

@aroundabout aroundabout added the bug Something isn't working label Sep 15, 2023
@aroundabout aroundabout changed the title [Bug] describe the main problem [Bug] yarn install (in pom.xml) timeout in arm64 Sep 15, 2023
@aroundabout
Copy link
Contributor Author

@simon824

@simon824
Copy link
Member

fixed in #519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants