This repository was archived by the owner on Mar 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,18 @@ jobs:
158158 - name : debug
159159 run : sudo podman images
160160
161+ - name : Add debug symbols for rpm-ostree
162+ run : |
163+ cat <<'EOF' > debug.Containerfile
164+ FROM quay.io/fedora/fedora-bootc:latest
165+ RUN dnf install -y dnf5-plugins && \
166+ dnf5 config-manager setopt updates-debuginfo.enabled=1 && \
167+ dnf5 config-manager setopt fedora-debuginfo.enabled=1 && \
168+ dnf install -y rpm-ostree-debuginfo
169+ EOF
170+
171+ sudo podman build -t localhost/fedora-bootc-debug:latest -f debug.Containerfile .
172+
161173 # This happens to rename localhost/aurora:stable to :stable-daily
162174 # same behavior as before, we have to redo this logic when we are doing
163175 # stable, testing, next anyway, leave the mess for now
@@ -171,7 +183,7 @@ jobs:
171183 sudo podman run --rm \
172184 --privileged \
173185 -v /var/lib/containers:/var/lib/containers \
174- "quay.io /fedora/fedora -bootc:latest" \
186+ "localhost /fedora-bootc-debug :latest" \
175187 /usr/libexec/bootc-base-imagectl rechunk \
176188 localhost/${IMAGE_NAME}:${MATRIX_STREAM_NAME} \
177189 ${BASELINE_IMAGE}
You can’t perform that action at this time.
0 commit comments