Skip to content

Commit b04888c

Browse files
author
bootc-dev Bot
committed
Sync common files from infra repository
Synchronized from bootc-dev/infra@81ea425. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
1 parent e690882 commit b04888c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10decade10bbbb5d7dea158661b612eb743ebad7
1+
81ea4256bec2b09cbfe95a1cbf8669003866dba1

.github/actions/bootc-ubuntu-setup/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ runs:
6767
shell: bash
6868
run: |
6969
set -xeuo pipefail
70-
export BCVK_VERSION=0.8.0
71-
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
70+
export BCVK_VERSION=0.9.0
71+
# see https://github.com/bootc-dev/bcvk/issues/176
72+
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system python3-virt-firmware
7273
# Something in the stack is overriding this, but we want session right now for bcvk
7374
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
7475
td=$(mktemp -d)

0 commit comments

Comments
 (0)