Commit 1e0f609
Populate DESTDIR separately on image build
This simplifies the code and, more importantly, allows one to run "make
check" inside a toolbox container, assuming that it has a podman shim
installed that runs "flatpak-spawn --host podman" [*].
That previously didn't work correctly because the "podman unshare" call
(needed for "podman mount" to work) caused make_install() to run on the
*host*, defeating the purpose of using a toolbox in the first place.
[*] https://docs.fedoraproject.org/en-US/fedora-silverblue/tips-and-tricks/1 parent 152e748 commit 1e0f609
1 file changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 72 | | |
79 | | - | |
| 73 | + | |
80 | 74 | | |
81 | 75 | | |
82 | 76 | | |
| |||
87 | 81 | | |
88 | 82 | | |
89 | 83 | | |
90 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| |||
0 commit comments