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

ERROR: failed to solve: process "/bin/sh -c ./build-armnn.sh $BUILD_ARGS" did not complete successfully: exit code: 128 #791

Open
Albert337 opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
Build issue This problem was about building ArmNN or one of its dependencies.

Comments

@Albert337
Copy link

when i try to use docker to build armnn project as following the instructions in build_tools/readme.md on my macbook, i meet the error
image
How to solve the problem, is there any suggestions for me?Thanks!

@orlmon01
Copy link
Collaborator

Hiya,
It's a bit hard to tell why from looking at your screenshot, but it seems git is failing to clone ArmNN. This might be due to how your git is configured and it's timing out while trying to download some parts of the repository. Can you try upping the size of the http:postbuffer by running:
git config http.postBuffer 524288000

@orlmon01 orlmon01 self-assigned this Nov 13, 2024
@orlmon01 orlmon01 added the Build issue This problem was about building ArmNN or one of its dependencies. label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build issue This problem was about building ArmNN or one of its dependencies.
Projects
None yet
Development

No branches or pull requests

2 participants