-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Use the correct binary for unpacking the preload #7961
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #7961 +/- ##
==========================================
+ Coverage 35.71% 36.07% +0.35%
==========================================
Files 149 144 -5
Lines 9408 9190 -218
==========================================
- Hits 3360 3315 -45
+ Misses 5644 5474 -170
+ Partials 404 401 -3
|
/ok-to-test |
kvm2 Driver |
Previously hardcoded to *always* use a Docker volume, even if using a different container driver (podman).
19c60e1
to
e2d7d94
Compare
@medyagh This failed when SELinux was enable on the host.
So it also needs some kind of context added, to the mount. Still missing Fedora machines in CI |
Previously hardcoded to always use a Docker volume,
even if using a different container driver (podman).