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

Liveness Test fails in Github Actions #14

Closed
evan-forbes opened this issue Jan 18, 2021 · 1 comment · Fixed by #15
Closed

Liveness Test fails in Github Actions #14

evan-forbes opened this issue Jan 18, 2021 · 1 comment · Fixed by #15
Assignees

Comments

@evan-forbes
Copy link
Member

Currently, the liveness test in Github Actions fails. The failing action is calling make clean build-simd-linux localnet-start, and the resulting error is:

Status: Downloaded newer image for cosmossdk/rbuilder:latest
/sources/.build.sh: line 14: /usr/local/share/cosmos-sdk/buildlib.sh: No such file or directory
Makefile:127: recipe for target 'build-simd-linux' failed
make: *** [build-simd-linux] Error 1

I think this has to do with the usage of the latest version of the docker images in the build-simd-linux make command

build-simd-linux: go.sum $(BUILDDIR)/
	$(DOCKER) rm latest-build || true
	$(DOCKER) run --volume=$(CURDIR):/sources:ro \
        --env TARGET_PLATFORMS='linux/amd64' \
        --env APP=simd \
        --env VERSION=$(VERSION) \
        --env COMMIT=$(COMMIT) \
        --env LEDGER_ENABLED=false \
        --name latest-build cosmossdk/rbuilder:latest
	$(DOCKER) cp -a latest-build:/home/builder/artifacts/ $(CURDIR)/
	cp artifacts/simd-*-linux-amd64 $(BUILDDIR)/simd

ref: PR#13

@tzdybal tzdybal self-assigned this Jan 20, 2021
@tac0turtle tac0turtle mentioned this issue Jan 20, 2021
9 tasks
@liamsi
Copy link
Member

liamsi commented Jan 20, 2021

@tzdybal @evan-forbes rebase onto or merge in master shoudl fix your PR builds too

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 a pull request may close this issue.

3 participants