runq
runq copied to clipboard
Missing function defintion for validateProcessSpec
Beacuse of this missing function, runq can not compile.
The runq binary must be built inside the RunC source code tree where the function validateProcessSpec is defined. It's all done automatically by the Makefile.
I see, would this be worth adding to the Makefile? Itd just be a git pull right?
You just have to follow the build instructions. And if you don't then the Makefile already fails with an useful error message:
Error: RunC source not found
To download RunC source: "go get -d github.com/opencontainers/runc"
The build setup is already complicated. I prefer to keep it as it is with no extra "silent download magic". Thanks.