-
Notifications
You must be signed in to change notification settings - Fork 605
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
amdgpu: Set PLUGINDIR to /usr/lib/criu #1876
Conversation
cc: @rajbhar |
Codecov Report
@@ Coverage Diff @@
## criu-dev #1876 +/- ##
=========================================
Coverage 68.98% 68.98%
=========================================
Files 128 129 +1
Lines 33346 33349 +3
=========================================
+ Hits 23003 23006 +3
Misses 10343 10343
Continue to review full report at Codecov.
|
Would be good if this install target respected DESTDIR as well. |
I am not really happy with the plugin location in |
To add even more concerns regarding amdgpu plugin:
|
@jpalus and @adrianreber Thank you for your comments. I've updated the pull request. |
This makes more sense to me than the previous location. 👍 Please rebase to pick up your CI linter run fix. |
e58efac
to
6f92d01
Compare
Thanks, I've rebased this pull request. |
Building the criu packages for Ubuntu/Debian fails with: mkdir: cannot create directory '/var/lib/criu': Permission denied This patch updates PLUGINDIR with the value /usr/lib/criu Fixes: checkpoint-restore#1877 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This patch fixes the following error which appears when building criu packages for Ubuntu/Debian.