-
Notifications
You must be signed in to change notification settings - Fork 3
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
installation of files in CI can fail #1
Comments
I started up our docker container and verified the files (and in general the filesystem is all root permission)
I'm not quite sure how this would ever work since we run as the local user. What am I missing @msbarth @wak-google ? How is the local user supposed to be able to install files out in /usr/local/ ? |
Looks like the issue is that https://github.com/openbmc/openpower-debug-collector/blob/master/Makefile.am is installing the generated yaml files to /usr/local/share during the make step, which is not run with sudo. Only the make install uses sudo. |
The file installation of the generated yaml files should only happen during the "make install" step. |
checking that generated files are newer than configure... done |
@devenrao can you please fix this |
https://gerrit.openbmc-project.xyz/18327 is failing:
07:17:43 /home/jenkins-op/workspace/openbmc-repository-ci/openbmc/openpower-debug-collector
The text was updated successfully, but these errors were encountered: