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

Bump gohashtree to v0.0.3-alpha to fix ARM build issues #2561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mllnd
Copy link

@mllnd mllnd commented Sep 18, 2023

When attempting to build the current stack on ARM-based setup, Docker build process exits with the following error message:

------
 > [local-deployment_indexer build-env 7/7] RUN make -B explorer:
#63 0.571 rm -rf bin/
#63 0.576 mkdir -p bin/
#63 0.582 go run cmd/bundle/main.go
#63 22.01 # github.com/prysmaticlabs/gohashtree
#63 22.01 asm: illegal combination: 23984 (/go/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604)	VMOV	$0, V16.S4 ZCON NONE NONE ARNG, 4 7
#63 22.01 asm: illegal combination: 23984 (/go/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604)	VMOV	$0, V16.S4 ZCON NONE NONE ARNG, 4 7
#63 22.01 asm: illegal combination: 23984 (/go/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604)	VMOV	$0, V16.S4 ZCON NONE NONE ARNG, 4 7
#63 22.01 asm: illegal combination: 23984 (/go/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604)	VMOV	$0, V16.S4 ZCON NONE NONE ARNG, 4 7
#63 22.01 asm: assembly failed
#63 44.88 make: *** [Makefile:19: explorer] Error 1
------
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c make -B $target]: exit code: 2

This PR bumps prysmaticlabs/gohashtree to v0.0.3-alpha, which addressed this issue with prysmaticlabs/gohashtree#8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants