Skip to content
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

ci: enable build with amdgpu plugin #2276

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

rst0git
Copy link
Member

@rst0git rst0git commented Sep 30, 2023

This pull request adds the libdrm-dev package to the list of CRIU dependencies installed in CI to build CRIU with amdgpu plugin.

@rst0git rst0git force-pushed the ci-amdgpu branch 2 times, most recently from 47b12ea to 8f10c9e Compare September 30, 2023 02:39
@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (5de9040) 70.55% compared to head (f2a5e2e) 70.54%.

❗ Current head f2a5e2e differs from pull request most recent head 0fb97aa. Consider uploading reports for the commit 0fb97aa to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##           criu-dev    #2276      +/-   ##
============================================
- Coverage     70.55%   70.54%   -0.02%     
============================================
  Files           132      132              
  Lines         33509    33508       -1     
============================================
- Hits          23642    23637       -5     
- Misses         9867     9871       +4     

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rst0git rst0git force-pushed the ci-amdgpu branch 5 times, most recently from 9e2f82e to a755932 Compare September 30, 2023 04:41
This patch adds the `libdrm-dev` package to the list of CRIU
dependencies installed in CI to build CRIU with amdgpu plugin.

Signed-off-by: Radostin Stoyanov <[email protected]>
amdgpu_plugin.c:930:6: error: variable 'buffer' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
        if (ret) {
            ^~~
amdgpu_plugin.c:988:8: note: uninitialized use occurs here
        xfree(buffer);

Signed-off-by: Radostin Stoyanov <[email protected]>
@avagin avagin merged commit 2ff90f0 into checkpoint-restore:criu-dev Oct 5, 2023
35 of 40 checks passed
@rst0git rst0git deleted the ci-amdgpu branch October 5, 2023 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants