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
docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"GO111MODULE=on\": executable file not found in $PATH": unknown.
make test-coverage works though
The text was updated successfully, but these errors were encountered:
It looks like something is trying to exec a command line that is meant to be a shell script rather than a single command. I'm not sure what would have changed, though.
(The handling of prefix assignments like X=y Z=a cmd arg1 arg2 … is done by the shell, not by exec*)
I have debugged it poorly, but it seems that we are using a docker image there which just has a reports folder. I have tried to change it to bblfsh/bblfshd:fixtures, which is built on make dependencies and does contain a whole structure of Unix directories, but does not have a go command inside installed.
Anyway we can solve this if still persists once we tackle the structural changes.
make test
seems to be broken failing with:make test-coverage
works thoughThe text was updated successfully, but these errors were encountered: