Skip to content

Commit ea2d3a4

Browse files
committed
fix: add RUST_BACKTRACE
1 parent 0ec32ff commit ea2d3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
run: |
183183
sudo podman run --rm \
184184
--privileged \
185+
--env=RUST_BACKTRACE=full \
185186
-v /var/lib/containers:/var/lib/containers \
186187
"localhost/fedora-bootc-debug:latest" \
187188
/usr/libexec/bootc-base-imagectl rechunk \

0 commit comments

Comments
 (0)