We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exception / error (异常报错)
https://github.com/hugegraph/actions/actions/runs/6194003062/job/16817665758#step:5:11833 In repo hugegraph/actions, build docker images and push: The reason is that yarn install will timeout in arm64 platform
yarn install
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
No response
The text was updated successfully, but these errors were encountered:
@simon824
Sorry, something went wrong.
fixed in #519
No branches or pull requests
Bug Type (问题类型)
exception / error (异常报错)
Before submit
Environment (环境信息)
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:
The reason is that
yarn install
will timeout in arm64 platformThe 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
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: