Commit e3b1791
committed
Install host-arch
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.perl deps, force target arch git to use them1 parent 7686d17 commit e3b1791
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments