You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install host-arch perl deps, force target arch git to use them
This does cause `git:s390x` to install in the s390x cross container
but the changes are not finished -- container creation still fails
due to a subsequent attempt to fix missing packages. Assuming `git`
can use `perl` from a different architecture, which seems likely
since it is invoking it as an interpreter (rather than linking to
it), this should be fine, but to limit container bloat some other
changes are needed to make it so we don't need the `autoremove`
operation to get rid of files only used in setting up the PPA.
0 commit comments