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
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-linuxmake command
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:I think this has to do with the usage of the latest version of the docker images in the
build-simd-linux
make
commandref: PR#13
The text was updated successfully, but these errors were encountered: