File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
.github/actions/bootc-ubuntu-setup Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- 10decade10bbbb5d7dea158661b612eb743ebad7
1+ 81ea4256bec2b09cbfe95a1cbf8669003866dba1
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments