Skip to content

Commit 294a5ec

Browse files
committed
ci: Minor tweaks for bootc install
- Shouldn't be forcing a tty here, this makes our output look wonky - Add the destructive ack to squash a warning+timeout Signed-off-by: Colin Walters <[email protected]>
1 parent b3423a7 commit 294a5ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
set -xeuo pipefail
6969
sudo truncate -s 10G myimage.raw
70-
sudo podman run --rm -ti --privileged -v .:/target --pid=host --security-opt label=disable \
70+
sudo podman run --rm --privileged -v .:/target --pid=host --security-opt label=disable \
7171
-v /var/lib/containers:/var/lib/containers \
7272
-v /dev:/dev \
7373
localhost/bootupd:latest bootc install to-disk --skip-fetch-check \
@@ -95,6 +95,7 @@ jobs:
9595
sudo podman run --rm -ti --privileged -v /:/target --pid=host --security-opt label=disable \
9696
-v /dev:/dev -v /var/lib/containers:/var/lib/containers \
9797
localhost/bootupd:latest bootc install to-filesystem --skip-fetch-check \
98+
--acknowledge-destructive \
9899
--disable-selinux --replace=alongside /target
99100
# Verify we injected static configs
100101
jq -re '.["static-configs"].version' /boot/bootupd-state.json

0 commit comments

Comments
 (0)