Commit f7f2d4e
committed
test-install: Enable debug logging for chunkah build step
Turn on `podman --log-level=debug` and `RUST_LOG=chunkah=debug` for
the chunkah build invocation in priv-integration.sh. This step
converts the FCOS test image into a non-ostree image and previously
had no visibility into podman or chunkah internals when something
went wrong here (as with the host-namespace-escape hang fixed in the
prior commit). Cheap to leave on permanently since chunkah's own
progress output is otherwise sparse, and useful for any future
regressions in this step regardless of cause.
This was originally proposed as part of PR bootc-dev#2392 alongside a
(different, since superseded) fix attempt for the same underlying
hang; keeping it here since it's independently useful.
Assisted-by: AI
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 335aa50 commit f7f2d4e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
0 commit comments