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
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
"make install" fails on a clean working directory:
$ make install
install: cannot stat ‘data/kata-collect-data.sh’: No such file or directory
This happens because install and install-scripts do not depend on the
runtime. Make doesn't know it needs to build the runtime before it can
be installed.
Expected result
"make install" builds the runtime and then installs the files successfully.
Actual result
install: cannot stat ‘data/kata-collect-data.sh’: No such file or directory
Description of problem
"make install" fails on a clean working directory:
This happens because install and install-scripts do not depend on the
runtime. Make doesn't know it needs to build the runtime before it can
be installed.
Expected result
"make install" builds the runtime and then installs the files successfully.
Actual result
install: cannot stat ‘data/kata-collect-data.sh’: No such file or directory