You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute shell "make", then after about 10 mininutes, it failed. I will give a simple way to reproduce it later.
To Reproduce
Steps to reproduce the behavior:
A simple way to reproduce the failure:
cd ./k8s && make graphscope-dev ## fail.
After some time of exploration, I found a workaround( version number should be specified, e.g., VINEYARD_VERSION=v0.24.2). cd ./k8s && VINEYARD_VERSION=v0.24.2 make graphscope-dev ## succeed.
At the same time, I found that others have also encountered this issue (without a solution). So, can you guys solve it? #4321
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly!
Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.
han-ian
changed the title
[BUG] Build failed by execute "cd k8s && make graphscope-dev "
[BUG] Build failed when execute "cd k8s && make graphscope-dev "
Jan 10, 2025
Describe the bug
I try to build the code in a clean docker container, but failed.
My operation steps was:
https://graphscope.io/docs/latest/deployment/install_on_local#use-dev-image-with-all-dependencies-installed
To Reproduce
Steps to reproduce the behavior:
A simple way to reproduce the failure:
cd ./k8s && make graphscope-dev ## fail.
After some time of exploration, I found a workaround( version number should be specified, e.g., VINEYARD_VERSION=v0.24.2).
cd ./k8s && VINEYARD_VERSION=v0.24.2 make graphscope-dev ## succeed.
At the same time, I found that others have also encountered this issue (without a solution). So, can you guys solve it?
#4321
The text was updated successfully, but these errors were encountered: