-
Notifications
You must be signed in to change notification settings - Fork 449
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] Build failed when execute "cd k8s && make graphscope-dev " #4417
Comments
Hi, han, which platform are you on? |
I ran "make graphscope-dev" in a Docker container, and the physical machine for the container was CentOS 7. |
Do you mean you do
It seems that |
@han-ian Please try pulling the latest image.
on arm, the sha should be 13a7190fbe4a17a2f0096a5c182fb068ee1d9d5b38b8411dd46880314612f5a1. |
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: