Skip to content

Commit ae6b2f6

Browse files
committed
ci: Pin bcvk to 0.8.0
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent f687add commit ae6b2f6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)