docker: fix packages deps#1050
Conversation
it's required by pmreorder, which we install with PMDK.
it's because of an automake bug in Fedora Rawhide docker image: https://bugzilla.redhat.com/show_bug.cgi?id=1903527 I hope it's temporary change and it will be fixed on next release.
igchor
left a comment
There was a problem hiding this comment.
Reviewed 7 of 7 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @lukaszstolarczuk)
karczex
left a comment
There was a problem hiding this comment.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @lukaszstolarczuk)
Codecov Report
@@ Coverage Diff @@
## master #1050 +/- ##
==========================================
+ Coverage 94.10% 94.16% +0.06%
==========================================
Files 48 48
Lines 4712 4711 -1
==========================================
+ Hits 4434 4436 +2
+ Misses 278 275 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
KFilipek
left a comment
There was a problem hiding this comment.
Reviewed 7 of 7 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @lukaszstolarczuk)
mainly it's required because I've misplaced installation of Coverity Deps - they should be on Ubuntu 20.04
BTW:
This change is