File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
.github/actions/bootc-ubuntu-setup Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -79,17 +79,15 @@ runs:
7979 GH_TOKEN : ${{ github.token }}
8080 run : |
8181 set -xeuo pipefail
82- export BCVK_VERSION=0.6 .0
82+ export BCVK_VERSION=0.8 .0
8383 /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
8484 # Something in the stack is overriding this, but we want session right now for bcvk
8585 echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
8686 td=$(mktemp -d)
8787 cd $td
88- # Install bcvk from PR 159
89- gh run download 19640807620 --name bcvk-binary --repo bootc-dev/bcvk
90- target=bcvk-$(arch)-unknown-linux-gnu
91- tar xzf ${target}.tar.gz
92- sudo install -T ${target} /usr/bin/bcvk
88+ # Install bcvk
89+ gh run download 19682860308 --name bcvk-binary-tests --repo bootc-dev/bcvk
90+ sudo install -T bcvk /usr/bin/bcvk
9391 cd -
9492 rm -rf "$td"
9593
You can’t perform that action at this time.
0 commit comments